mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-27 02:14:50 +10:00
de7baa5faf
* test(web): add tests for zustand stores and pure helpers
Cover stores and pure helpers across the builder/dashboard/command-palette
surfaces that previously had 0% coverage:
- command-palette store (open/close, page stack, search clearing, goBack)
- builder assistant-store
- builder sidebar store + parseBuilderLayoutCookie / mapPanelLayoutToBuilderLayout
- builder section store (collapse, toggle, toggleAll)
- builder preview page-layout toggle
- dashboard resume-thumbnail render-size math + cache key
- MCP tool name + annotations invariants
* test(web): cover MCP helpers and template metadata
Add tests for previously 0%-coverage MCP and dialog helpers:
- buildMcpServerCard: server-info, tool catalog vs MCP_TOOL_NAME, prompts,
resource templates, configuration schema, auth schemes
- registerPrompts (build/improve/review): registration, args schema, resource
context with interpolated resume id, read-only / no-fabrication directives
- registerResources (resume://{id}, resume://_meta/schema): handler reads via
oRPC client, error on missing id, schema returns valid JSON
- templates metadata: ids match display names, valid sidebar positions,
unique image URLs, every entry has tags + description
* test(web): cover sidebar section helpers and layout screens
Add tests for previously near-0%-coverage modules:
- libs/resume/section: getSectionTitle / getSectionIcon return distinct,
exhaustive results for every sidebar section + cover-letter; icon props
forwarding; left/right sidebar collections do not overlap.
- layout/loading-screen: spinner + text render.
- layout/error-screen: error message surfaces, Refresh button triggers reset.
- layout/breakpoint-indicator: default + each corner positioning, all
breakpoint labels rendered, print-hidden class applied.
* test(web): cover preview canvas math and font-weight defaults
Add tests for pure helpers that previously had no direct coverage:
- typography/getNextWeights: prefers 400 + 600 when both are available,
returns null for unknown families, never produces duplicates, bounded
to two weights from the 100..900 set.
- preview.shared/normalizeResumePreviewProps: documented defaults +
pass-through.
- preview.shared/getScaledPreviewPageSize: scaling identity at 1, and
fractional scaling.
- preview.shared/getPreviewCanvasScale: respects 4x desired scale for
small pages, honors high devicePixelRatio, clamps to the 16M-pixel
canvas budget for large pages.
* test(utils): cover DOCX section renderers and html-to-paragraphs
@reactive-resume/utils/resume/docx was previously at ~2.84% statement
coverage despite being load-bearing for the resume DOCX export.
- section-renderers: empty-string / hidden-section / hidden-item branches
for renderSummary, renderBuiltInSection, and renderCustomSection;
cover-letter and summary custom-section dispatch; unknown-type fallback;
setRenderConfig idempotency.
- html-to-docx: whitespace-only short-circuit, multiple top-level blocks,
h1..h6 paragraph mapping, inline style and link rendering, custom
font/size/color/linkColor config, ignored script/comment nodes.
* test: cover DOCX builder smoke paths and reactive-resume JSON importer
- utils/resume/docx/builder: buildDocument runs end-to-end against the
default and sample resume data, both page formats, full-width and
sidebar layouts, and gracefully degrades with unparseable color or
empty font family inputs.
- import/reactive-resume-json: ReactiveResumeJSONImporter validates
malformed JSON, recovers missing built-in sections by appending them
to page 1 without reordering, and preserves layouts that already
contain every built-in section.
* test(import): cover JSONResumeImporter parse/convert
JSONResumeImporter (450 lines) was previously at 0% coverage. Add tests
for the public surface:
- Invalid JSON / invalid-shape errors are surfaced.
- basics, summary, picture, education, projects, skills, profiles all
map to the corresponding ResumeData sections.
- Empty work/education entries (missing key field) are filtered out.
- Highlights become HTML list items in the description field.
- Skill level parsing flows through utils/level.parseLevel.
- formatLocation joins city, region, countryCode with commas.
* test(web): cover query client serializer and home-page animations
- libs/query/client: getQueryClient returns a fresh QueryClient,
queryKeyHashFn produces stable JSON envelopes for matching keys
(and distinct strings for different keys), dehydrate/hydrate
round-trip Date values via the oRPC serializer.
- components/animation/spotlight: overlay container is
pointer-events-none, both beam groups render, custom
width/height/translateY/gradient props flow into inline styles.
- components/animation/comet-card: children mount inside the
perspective wrapper, custom className is merged with the 3D
baseline classes, glare overlay renders, mouse move/leave
handlers do not throw.
* test(web): cover Copyright footer
Verify the footer's MIT license link, Amruth Pillai attribution,
external-tab targets, embedded app version (via __APP_VERSION__ stub),
and custom className merging — previously at 0% coverage.
* test(api): cover flags, auth providers, and resume-access cookies
Unlock @reactive-resume/api by mocking @reactive-resume/env/server and
@tanstack/react-start/server. Previously the only services tested were
the standalone AI test and resume-access-policy.
- services/flags: flagsService.getFlags reads disableSignups/disableEmailAuth
from env (no stale cache).
- services/auth: providers.list always exposes credential + passkey, and
only adds Google/GitHub/LinkedIn/custom when both id and secret are set;
custom provider uses OAUTH_PROVIDER_NAME with a 'Custom OAuth' fallback.
- helpers/resume-access: hasResumeAccess validates against signed cookies
with constant-time comparison; grantResumeAccess writes a 10-minute
httpOnly cookie with the secure flag matching APP_URL's https-ness.
* test: cover statistics service and email transport via env mocks
- api/services/statistics: github star count succeeds, retries on
non-OK, falls back to last-known on fetch error / non-positive /
non-numeric responses; user and resume counts roll up DB count.
- email/src/transport: returns silently with no text/html, logs when
SMTP is not configured, dispatches via nodemailer with the env
config when fully wired, renders react elements to html + text
bodies, swallows transport errors instead of crashing.
* test(api): cover resume-events publish + subscribe
- publishResumeUpdated issues pg_notify with channel and serialized
event payload.
- subscribeResumeUpdated yields events whose resumeId+userId match
the subscription, filters out other resumes/users, ignores
malformed JSON and notifications on other channels, calls
LISTEN/UNLISTEN and releases the client, and terminates
immediately if the abort signal fires before iteration starts.
* test(api): cover oRPC auth resolution
resolveUserFromRequestHeaders is the single point where every oRPC
procedure picks up the authenticated user. Test the priority chain:
- x-api-key wins when present and valid
- on invalid api key, falls back to session via auth.api.getSession
- Bearer JWT in Authorization header is verified via verifyOAuthToken
- invalid Bearer falls back to session
- Authorization scheme other than Bearer is ignored entirely
- thrown errors from token verification are logged and swallowed
(caller still tries session)
- returns null when no auth method succeeds
* test(api): cover storage helpers
inferContentType, isImageFile, processImageForUpload were 0%
coverage despite being on the picture upload path.
- inferContentType maps known image and pdf extensions, is
case-insensitive, ignores path depth, and falls back to
application/octet-stream for unknown.
- isImageFile allows only the upload allowlist (gif/png/jpeg/webp)
and rejects image/svg+xml, application/pdf, and empty strings.
- processImageForUpload short-circuits to the original bytes when
FLAG_DISABLE_IMAGE_PROCESSING is true, otherwise pipes through
sharp and returns image/jpeg.
* test(import): broaden v4 importer section-mapping coverage
The existing v4 importer test focused on a single bug (description-only
custom items) and the skill/language level scaling. This new test
exercises the bulk of the v4 → v5 transformation path:
- basics, picture (with border), summary, customFields
- every section's filter-by-required-field invariant (awards needs
title, certifications needs name, education needs institution,
experience needs company, volunteer needs organization, etc.)
- experience / education / awards / certifications / references field
renames between schemas
- language and skill level scaling (v4 0..10 → v5 0..5)
Brings reactive-resume-v4-json from ~66% statement coverage to a
materially higher figure (the bulk of the 410-line transformer body).
* test: cover buildDocx entry and AI configuration store
- utils/resume/docx/index: buildDocx returns a non-empty Blob for both
default and populated resumes (previously 0% coverage despite being
the public DOCX entry point).
- ai/store: useAIStore preserves verification status across no-op
updates, but resets testStatus + enabled whenever provider, model,
apiKey, or baseURL changes; canEnable is gated to testStatus=success;
setEnabled(true) is refused unless verified; reset clears every
field. Brings @reactive-resume/ai from ~72% to materially higher
coverage.
* test(db): cover resume schema definitions
packages/db was previously at 0% coverage. Smoke-test the public
resume / resume_statistics / resume_analysis tables:
- getTableName matches the SQL identifier used by migrations
- expected columns are present on each table
- defaultResumeData wiring on the data column resolves to a valid
shape
These are structural assertions that catch accidental renames /
removals without needing a live database connection.
* test(db): cover auth schema tables and relations export
- src/schema/auth: table-driven test for each of the 12 auth tables
asserting SQL name and presence of the key columns (user/session/
account/verification/two_factor/passkey/apikey/jwks/oauth_*).
- src/relations: smoke test confirming the relations export is defined.
Brings @reactive-resume/db from 0% to materially higher coverage.
* test(auth): cover getSession isomorphic helper
@reactive-resume/auth was previously at 0% coverage. functions.ts
is the server entry point that other packages call. Mock the auth
config + tanstack/react-start to verify:
- getSession forwards getRequestHeaders() to auth.api.getSession
- returns null when better-auth returns null
* test(web): cover BuilderSidebarEdge
Small presentational component on the builder layout — assert children
mount, left/right positioning class branches, and the sm:flex
mobile-hide behavior.
* test(web): cover section-title-locale resolver cache and hook
The section-title-locale module wraps createSectionTitleResolver with
a per-locale async cache and a React hook for consumers in the
builder. Cover:
- createSectionTitleResolverForLocale returns a usable resolver
- repeated calls for the same locale share a cached promise
- unknown locales fall back through resolveLocale
- useSectionTitleResolver returns null while loading and when no
locale is passed
- the hook resolves to a function once the async loader settles
* test(web): cover BaseCommandGroup page-stack gating
BaseCommandGroup conditionally renders based on the top of the
command-palette page stack. Tests cover:
- root group renders when no sub-page is active
- root group hides when a sub-page is on top
- sub-page group renders only when its page matches
- mismatched sub-page leaves the group hidden
* test(web): cover ThemeProvider context
- useTheme outside ThemeProvider throws the documented error
- useTheme inside ThemeProvider returns the theme + setTheme +
toggleTheme helpers
* test(web): cover ConfirmDialogProvider + useConfirm hook
- useConfirm outside provider throws the documented error
- confirm returns a pending promise
- promise resolves false when the Cancel button is clicked
- promise resolves true when the Confirm button is clicked
- works with custom confirmText label
apps/web has its own copy of this hook distinct from
packages/ui (mirrors the existing UI-package tests).
* test(web): cover PromptDialogProvider + usePrompt hook
- usePrompt outside provider throws the documented error
- returns a function when wrapped
- Cancel click resolves the promise to null
- Confirm click resolves to the current input value
- defaultValue option seeds the initial input value
* test(web): cover DashboardHeader
Small presentational header used across dashboard routes — title h1,
icon rendering, className merge, mobile sidebar trigger present and
hidden on md+.
* test(web): cover Create/Import resume cards
Both cards on the resumes dashboard wire a click handler to open
the appropriate dialog via the dialog store:
- CreateResumeCard opens resume.create
- ImportResumeCard opens resume.import
Also asserts the i18n copy strings (icons aside, the cards are
otherwise structural).
* test(web): cover command-palette language sub-page
LanguageCommandPage is a BaseCommandGroup gated on page='language'.
Tests assert:
- it is hidden when 'language' is not the top of the page stack
- when active, it renders a CommandItem per localeMap entry
- documented locale codes (en-US, de-DE, ja-JP) appear
* test(web): cover command-palette theme + preferences sub-pages
- ThemeCommandPage: hidden when 'theme' is not on top, renders Light
and Dark options when active
- PreferencesCommandGroup: root group renders both Change theme to...
and Change language to... items; clicking each pushes the
corresponding page onto the command-palette stack
* test(ai): cover executePatchResume tool
- patchResumeInputSchema rejects empty operations and unknown op
values; accepts valid replace/add/remove
- executePatchResume returns the applied operations on success
- executePatchResume throws when an operation targets an invalid path
(passes through the underlying applyResumePatches validation)
- multi-op patches against top-level fields succeed end-to-end
* test(ai): cover sanitize edge branches
Hit the previously-uncovered branches in sanitize.ts:
- numeric 1 coerces to true
- '1' / '0' string shorthand coerces to true/false
- missing item.hidden gets salvaged to false
- empty input causes a non-Zod throw (caught + rethrown with generic message)
* test(ai): cover patch-proposal preview + normalize edge cases
- remove operations surface before-value with after=undefined
- buildResumePatchProposalPreview labels metadata/page paths sanely
- normalizeResumePatchProposals stamps every proposal with baseUpdatedAt
- normalizeResumePatchProposals preserves input order
* test(web): cover getLocaleOptions helper
Locale combobox surface — verify the option list mirrors localeMap
shape, uses locale codes as values, populates label + keywords with
the translated display name, and produces unique values.
* test(web): cover LevelTypeCombobox option mapping
LevelTypeCombobox maps levelDesignSchema.shape.type.options through
the internal getLevelTypeName labeler. Assert all 7 level types are
exposed and that each produces a non-empty label.
* test(web): cover ThemeToggleButton fallback paths
- aria-label flips between 'Switch to light theme' and 'Switch to
dark theme' based on current theme
- clicking when document.startViewTransition is unavailable
short-circuits to toggleTheme directly
- prefers-reduced-motion forces the direct toggle path even when
the view-transition API is available
* test(web): cover NotFoundScreen
Mock the TanStack Router Link so the screen renders standalone, then
assert: documented error heading, routeId is surfaced verbatim, and
the Go Back link points to '..' (parent route).
* test(web): cover InformationSectionBuilder
Stub SectionBase so the donation/info section renders standalone.
Assert: donation prompt copy, OpenCollective CTA link, all 5
external resource links present, and external links target _blank
with rel=noopener.
* test(web): cover NotesSectionBuilder
Mock SectionBase, RichInput, and the resume-draft hooks so the
notes section renders in isolation. Assert: privacy hint copy
renders, RichInput is seeded with metadata.notes, and onChange
proxies through updateResumeData with a draft recipe that mutates
metadata.notes.
* test(web): cover TemplateSectionBuilder
Stub SectionBase and useCurrentResume so the right-sidebar template
section renders standalone. Asserts: current template name in the
heading, template tags rendered as badges, preview image points to
the catalog asset, and clicking the preview opens the
resume.template.gallery dialog.
* test(web): cover ColorPicker preset selection and trigger override
Mock the heavy @uiw/react-color-colorful dependency. Test:
- the trigger swatch reflects the controlled value
- clicking a preset color invokes onChange with an rgba() string
- a custom trigger replaces the default swatch when provided
* test(web): cover ExportSectionBuilder
Mock the heavy export pipelines (buildDocx, createResumePdfBlob,
downloadWithAnchor) and the resume-draft hook to test:
- JSON button packages resume.data as application/json and triggers
download with the {name}.json filename
- DOCX button awaits buildDocx and downloads .docx
- PDF button awaits createResumePdfBlob and downloads .pdf
* test(web): cover ProfilesSectionBuilder
Stub the resume-draft hooks, SectionBase, SectionItem, and
SectionAddItemButton so the profiles section renders standalone:
- one SectionItem per profile with network as title and username as
subtitle
- 'Add a new profile' affordance present
- when items.length > 0, the wrapper uses a solid border (not dashed)
* test(web): cover SkillsSectionBuilder
Mirror the profiles test for the skills section — verifies one
SectionItem per skill (name → title, proficiency → subtitle) and
the Add a new skill affordance.
* test(web): bulk-cover 7 left-sidebar section builders
Single test file covers awards, certifications, interests, languages,
publications, references, and volunteer builders. For each:
- one SectionItem rendered with the documented field → title/subtitle
mapping
- awards: title → awarder
- certifications: title → 'issuer • date'
- interests: name → (no subtitle)
- languages: language → fluency
- publications: title → publisher
- references: name → (no subtitle)
- volunteer: organization → location
- the 'Add a new {kind}' affordance with the matching copy
Mocks SectionBase, SectionItem, SectionAddItemButton, and the
resume-draft hooks so each builder renders standalone.
* test(web): cover ProjectsSectionBuilder buildSubtitle
The projects section is the only left-sidebar builder with a
composite subtitle. Tests three branches of its inline
buildSubtitle helper:
- period + website.label → joined with ' • '
- period only → just the period
- empty period + whitespace-only website.label → returns undefined
* test(web): cover Education + Experience section builders
- Education: school → title, degree → subtitle, add-new affordance
- Experience: position → subtitle when set; falls back to '1 role' /
'N roles' (lingui plural) when position empty and roles[] present;
add-new affordance
* test(web): cover CountUp animated number renderer
- default aria attributes (aria-live=polite, aria-atomic=true)
- initial textContent seeds to 'from' (up) or 'to' (down) value
- separator option formats with grouping
- decimal places are preserved when from/to are fractional
- aria-hidden=true strips aria-live + aria-atomic
- custom className is applied to the rendered span
* test(web): cover TextMaskEffect SVG renderer
- supplied text renders in every visible <text> layer
- aria-hidden + aria-label forwarded onto the root svg
- mouse enter/move/leave handlers don't throw
- custom className merges into the svg's class attribute
* test(web): cover URLInput prefix handling
- displayed input strips the https:// prefix so users only edit the
meaningful portion
- editing re-adds the prefix on the way back through onChange
- pre-prefixed input is preserved
- cleared input emits an empty url (no prefix forced)
- hideLabelButton=true removes the popover trigger; default keeps it
* test(web): cover GithubStarsButton
Mocks useQuery + the CountUp animation so the button renders
standalone. Asserts:
- anchor points at the project repo with rel=noopener + target=_blank
- aria-label is the no-count copy when star count is undefined
- CountUp renders only once the count loads
- aria-label includes the localized count once data arrives
* test(web): cover ui/Combobox trigger label rendering
The shared Combobox wraps base-ui's combobox primitives. Smoke-test
the trigger label resolution:
- placeholder shows when nothing is selected
- selected option's label renders in the trigger
- multi-select default values render all labels
- empty options array renders the placeholder without crashing
* test(web): cover IconPicker trigger rendering
Stub react-window's Grid so happy-dom can render the picker without
layout-measurement deps. Verify:
- trigger renders an <i class='ph-{value}'> for the current value
- changing value updates the trigger icon class
- the picker emits a trigger button
* test(web): cover ChipInput add/dedupe/description behaviors
- existing chips render as Badges
- Enter adds the typed value to the chip list
- comma also commits the typed value
- duplicate input is dropped (onChange not called with a longer list)
- empty / whitespace-only input is dropped
- hideDescription removes the keyboard hint <kbd>; default keeps it
* test(web): cover StatisticsSectionBuilder
Mock useQuery + useParams + section-base so the right-sidebar
statistics section renders standalone:
- returns null content while the query is loading
- shows the private-resume hint when isPublic=false
- shows views/downloads counters and labels when isPublic=true
- includes 'Last viewed' timestamp copy when lastViewedAt is set
* test(web): cover TemplateGalleryDialog selection flow
- title + intro copy render
- one tile per template (>= 14)
- currently-selected template tile carries the ring-highlight
- clicking a different tile triggers updateResumeData with a recipe
that sets metadata.template to the chosen template id
* test(web): cover Prefooter home-page section
- community tagline heading renders
- community-thanks paragraph renders
- the decorative TextMaskEffect renders an svg
* test(web): cover home-page Footer
- Resources and Community headings render
- documented resource links (Documentation, Sponsorships, Source
Code, Changelog) all appear in the rendered output
- documented community links (Report an issue, Translations,
Subreddit, Discord) all appear
- social anchors point at GitHub, LinkedIn, and X (Twitter)
- Copyright sub-component surfaces the app version via __APP_VERSION__
* test(web): cover home-page Header navigation
Mock TanStack Router Link + child components so the header renders
standalone. Verify:
- homepage anchor (/ link) carries the documented aria-label
- dashboard anchor points to /dashboard
- ThemeToggleButton and GithubStarsButton both mount
- the <nav> landmark is labeled 'Main navigation'
* chore: fix linter warnings
3686 lines
181 KiB
Plaintext
3686 lines
181 KiB
Plaintext
msgid ""
|
|
msgstr ""
|
|
"POT-Creation-Date: 2025-11-04 23:14+0100\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"X-Generator: @lingui/cli\n"
|
|
"Language: km\n"
|
|
"Project-Id-Version: reactive-resume\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"PO-Revision-Date: 2026-05-11 12:13\n"
|
|
"Last-Translator: \n"
|
|
"Language-Team: Khmer\n"
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
"X-Crowdin-Project: reactive-resume\n"
|
|
"X-Crowdin-Project-ID: 503410\n"
|
|
"X-Crowdin-Language: km\n"
|
|
"X-Crowdin-File: /apps/web/locales/en-US.po\n"
|
|
"X-Crowdin-File-ID: 545\n"
|
|
|
|
#. js-lingui-explicit-id
|
|
#: src/routes/dashboard/resumes/index.tsx
|
|
msgid "Last Updated"
|
|
msgstr "បានធ្វើបច្ចុប្បន្នភាពចុងក្រោយនៅ"
|
|
|
|
#. js-lingui-explicit-id
|
|
#: src/routes/dashboard/resumes/index.tsx
|
|
msgid "Created"
|
|
msgstr "បានបង្កើត"
|
|
|
|
#. js-lingui-explicit-id
|
|
#: src/routes/dashboard/resumes/index.tsx
|
|
msgid "Name"
|
|
msgstr "ឈ្មោះ"
|
|
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
#: src/routes/_home/-sections/hero.tsx
|
|
msgid "(opens in new tab)"
|
|
msgstr "(បើកក្នុងផ្ទាំងថ្មី)"
|
|
|
|
#. placeholder {0}: section.items.length
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
msgid "{0, plural, one {# item} other {# items}}"
|
|
msgstr "{0, plural, other {# ធាតុ}}"
|
|
|
|
#. placeholder {0}: item.roles.length
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/experience.tsx
|
|
msgid "{0, plural, one {# role} other {# roles}}"
|
|
msgstr "{0, plural, one {# តួនាទី} other {# តួនាទី}}"
|
|
|
|
#. placeholder {0}: resolutions.length
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "{0} proposals reviewed"
|
|
msgstr "សំណើ {0} ត្រូវបានពិនិត្យឡើងវិញ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
|
|
msgid "{column, plural, one {# Column} other {# Columns}}"
|
|
msgstr "{column, plural, other {# ជួរឈរ}}"
|
|
|
|
#: src/routes/_home/-sections/hero.tsx
|
|
msgid "<0>Finally,</0><1>A free and open-source resume builder</1>"
|
|
msgstr "<0>ចុងក្រោយនេះ</0><1>កម្មវិធីបង្កើតប្រវត្តិរូបឥតគិតថ្លៃ និងបើកប្រភព</1>"
|
|
|
|
#: src/routes/_home/-sections/faq.tsx
|
|
msgctxt "Home page FAQ section heading with each word visually separated into individual spans"
|
|
msgid "<0>Frequently</0><1>Asked</1><2>Questions</2>"
|
|
msgstr "<0>សំណួរ</0><1>ដែលសួរ</1><2>ញឹកញាប់</2>"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
|
|
msgid "<0>Thank you for using Reactive Resume! This app is a labor of love, created mostly in my spare time, with wonderful support from open-source contributors around the world.</0><1>If Reactive Resume has been helpful to you, and you'd like to help keep it free and open for everyone, please consider making a donation. Every little bit is appreciated!</1>"
|
|
msgstr "<0>សូមអរគុណចំពោះការប្រើ Reactive Resume! កម្មវិធីនេះជាការងារចិត្តស្រឡាញ់មួយ ដែលបានបង្កើតជាភាគច្រើនក្នុងពេលទំនេររបស់ខ្ញុំ ដោយមានការគាំទ្រដ៏អស្ចារ្យពីអ្នករួមចំណែកបើកប្រភពทั่วពិភពលោក។</0><1>បើ Reactive Resume បានជួយឱ្យអ្នក ហើយអ្នកចង់ជួយរក្សាឱ្យវាឥតគិតថ្លៃ និងបើកចំហសម្រាប់មនុស្សគ្រប់គ្នា សូមពិចារណាចូលរួមបរិច្ចាគ។ ការបរិច្ចាគតិចតួចទាំងអស់សុទ្ធតែមានតំលៃ!</1>"
|
|
|
|
#: src/dialogs/api-key/create.tsx
|
|
msgid "1 month"
|
|
msgstr "១ ខែ"
|
|
|
|
#: src/dialogs/api-key/create.tsx
|
|
msgid "1 year"
|
|
msgstr "១ ឆ្នាំ"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "12+ Templates"
|
|
msgstr "គំរូ ១២+"
|
|
|
|
#: src/dialogs/api-key/create.tsx
|
|
msgid "3 months"
|
|
msgstr "៣ ខែ"
|
|
|
|
#: src/dialogs/api-key/create.tsx
|
|
msgid "6 months"
|
|
msgstr "៦ ខែ"
|
|
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "A confirmation link has been sent to your current email address. Please check your inbox to confirm the change."
|
|
msgstr "តំណផ្ទៀងផ្ទាត់ត្រូវបានផ្ញើទៅកាន់អាសយដ្ឋានអ៊ីមែលបច្ចុប្បន្នរបស់អ្នកហើយ។ សូមពិនិត្យរកសារថ្មីនៅក្នុងប្រអប់សំបុត្ររបស់អ្នក ដើម្បីបញ្ជាក់ការផ្លាស់ប្ដូរ។"
|
|
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
|
msgstr "កម្មវិធីបង្កើតប្រវត្តិរូបឥតគិតថ្លៃ និងបើកប្រភព ដែលធ្វើឱ្យដំណើរការបង្កើត បច្ចុប្បន្នភាព និងចែករំលែកប្រវត្តិរូបរបស់អ្នកកាន់តែងាយស្រួល។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "A link to your resume has been copied to clipboard."
|
|
msgstr "តំណទៅកាន់ប្រវត្តិរូបរបស់អ្នកត្រូវបានចម្លងទៅក្ដារតម្រៀប។"
|
|
|
|
#: src/routes/_home/-sections/testimonials.tsx
|
|
msgid "A lot of people have written to me over the years to share their experiences with Reactive Resume and how it has helped them, and I never get tired of reading them. If you have a story to share, let me know by sending me an email at <0>{email}</0>."
|
|
msgstr "មនុស្សជាច្រើនបានសរសេរមកខ្ញុំក្រោមរយៈពេលឆ្នាំច្រើន ដើម្បីចែករំលែកបទពិសោធន៍របស់ពួកគេជាមួយ Reactive Resume និងវិធីដែលវាបានជួយពួកគេ ហើយខ្ញុំមិនធ្លាប់ឈប់រីករាយក្នុងការអានពួកវាឡើយ។ បើអ្នកមានរឿងមួយត្រូវចែករំលែក សូមឲ្យខ្ញុំដ biết ដោយផ្ញើអ៊ីមែលមកខ្ញុំតាម <0>{email}</0>។"
|
|
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "A new verification link has been sent to your email address. Please check your inbox to verify your account."
|
|
msgstr "តំណផ្ទៀងផ្ទាត់ថ្មីមួយត្រូវបានផ្ញើទៅកាន់អាសយដ្ឋានអ៊ីមែលរបស់អ្នកហើយ។ សូមពិនិត្យរកសារថ្មីនៅក្នុងប្រអប់សំបុត្ររបស់អ្នក ដើម្បីបញ្ជាក់គណនីរបស់អ្នក។"
|
|
|
|
#: src/components/ui/copyright.tsx
|
|
msgid "A passion project by <0>Amruth Pillai</0>."
|
|
msgstr "គម្រោងចិត្តស្រឡាញ់មួយរបស់ <0>Amruth Pillai</0>។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
|
|
msgid "A4"
|
|
msgstr "A4"
|
|
|
|
#: src/routes/_home/-sections/faq.tsx
|
|
msgid "Absolutely! You can export your resume to PDF with a single click. The exported PDF maintains all your formatting and styling perfectly."
|
|
msgstr "បានប្រាកដ! អ្នកអាចនាំចេញប្រវត្តិរូបរបស់អ្នកជា PDF ដោយចុចតែម្ដង។ ឯកសារ PDF ដែលនាំចេញនឹងរក្សាទុកទ្រង់ទ្រាយ និងរចនាប័ទ្មទាំងអស់របស់អ្នកដូចដើម។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Accept"
|
|
msgstr "ទទួលយក"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Accept all"
|
|
msgstr "ទទួលយកទាំងអស់"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Accepted proposal"
|
|
msgstr "សំណើដែលបានទទួលយក"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Access your resumes and data programmatically using the API."
|
|
msgstr "ចូលដំណើរការប្រវត្តិរូប និងទិន្នន័យរបស់អ្នកតាមកម្មវិធី ដោយប្រើ API។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
|
|
msgid "Add a custom field"
|
|
msgstr "បន្ថែមវាលផ្ទាល់ខ្លួន"
|
|
|
|
#: src/components/input/chip-input.tsx
|
|
msgid "Add a keyword..."
|
|
msgstr "បន្ថែមពាក្យគន្លឹះ..."
|
|
|
|
#. Tooltip for action button that opens URL label editor
|
|
#: src/components/input/url-input.tsx
|
|
msgid "Add a label to the URL"
|
|
msgstr "បន្ថែមស្លាកទៅកាន់ URL"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/awards.tsx
|
|
msgid "Add a new award"
|
|
msgstr "បន្ថែមរង្វាន់ថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/certifications.tsx
|
|
msgid "Add a new certification"
|
|
msgstr "បន្ថែមវិញ្ញាបនបត្រថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
msgid "Add a new custom section"
|
|
msgstr "បន្ថែមផ្នែកផ្ទាល់ខ្លួនថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/education.tsx
|
|
msgid "Add a new education"
|
|
msgstr "បន្ថែមការសិក្សាថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/experience.tsx
|
|
msgid "Add a new experience"
|
|
msgstr "បន្ថែមបទពិសោធន៍ថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/interests.tsx
|
|
msgid "Add a new interest"
|
|
msgstr "បន្ថែមចំណាប់អារម្មណ៍ថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
|
|
msgid "Add a new item"
|
|
msgstr "បន្ថែមធាតុថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/languages.tsx
|
|
msgid "Add a new language"
|
|
msgstr "បន្ថែមភាសាថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/profiles.tsx
|
|
msgid "Add a new profile"
|
|
msgstr "បន្ថែមប្រវត្តិសង្ខេបបណ្ដាញសង្គមថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/projects.tsx
|
|
msgid "Add a new project"
|
|
msgstr "បន្ថែមគម្រោងថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/publications.tsx
|
|
msgid "Add a new publication"
|
|
msgstr "បន្ថែមអត្ថបទផ្សព្វផ្សាយថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/references.tsx
|
|
msgid "Add a new reference"
|
|
msgstr "បន្ថែមយោងថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/skills.tsx
|
|
msgid "Add a new skill"
|
|
msgstr "បន្ថែមជំនាញថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/volunteer.tsx
|
|
msgid "Add a new volunteer experience"
|
|
msgstr "បន្ថែមបទពិសោធន៍ស្ម័គ្រចិត្តថ្មី"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Add Column After"
|
|
msgstr "បន្ថែមជួរឈរនៅក្រោយ"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Add Column Before"
|
|
msgstr "បន្ថែមជួរឈរនៅមុខ"
|
|
|
|
#: src/components/input/chip-input.tsx
|
|
msgid "Add keyword"
|
|
msgstr "បន្ថែមពាក្យគន្លឹះ"
|
|
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
msgid "Add multiple roles to show career progression at the same company."
|
|
msgstr "បន្ថែមតួនាទីច្រើនដើម្បីបង្ហាញការរីកចម្រើនអាជីពនៅក្រុមហ៊ុនដដែល។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
|
|
msgid "Add Page"
|
|
msgstr "បន្ថែមទំព័រ"
|
|
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
msgid "Add Role"
|
|
msgstr "បន្ថែមតួនាទី"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Add Row After"
|
|
msgstr "បន្ថែមជួរដេកនៅក្រោយ"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Add Row Before"
|
|
msgstr "បន្ថែមជួរដេកនៅមុខ"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Afrikaans"
|
|
msgstr "Afrikaans"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "After"
|
|
msgstr "បន្ទាប់ពី"
|
|
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "AI"
|
|
msgstr "AI"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "AI integration disabled"
|
|
msgstr "បានបិទការរួមបញ្ចូល AI"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "AI proposal applied."
|
|
msgstr "សំណើ AI ត្រូវបានអនុវត្ត។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "AI proposal rejected."
|
|
msgstr "សំណើ AI ត្រូវបានបដិសេធ។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "AI proposals applied."
|
|
msgstr "សំណើ AI ត្រូវបានអនុវត្ត។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "AI proposals rejected."
|
|
msgstr "សំណើ AI ត្រូវបានបដិសេធ។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "AI Resume Assistant"
|
|
msgstr "ជំនួយការប្រវត្តិរូបសង្ខេប AI"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Albanian"
|
|
msgstr "Albanian"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Allow Public Access"
|
|
msgstr "អនុញ្ញាតឱ្យចូលដំណើរការសាធារណៈ"
|
|
|
|
#: src/routes/auth/register.tsx
|
|
msgid "Already have an account? <0/>"
|
|
msgstr "មានគណនីរួចហើយ? <0/>"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Amharic"
|
|
msgstr "Amharic"
|
|
|
|
#: src/components/layout/error-screen.tsx
|
|
#: src/components/layout/not-found-screen.tsx
|
|
msgid "An error occurred while loading the page."
|
|
msgstr "មានកំហុសមួយបានកើតឡើង ខណៈពេលកំពុងផ្ទុកទំព័រ។"
|
|
|
|
#. Fallback toast when importing a resume fails for an unknown reason
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "An unknown error occurred while importing your resume."
|
|
msgstr "មានកំហុសមិនស្គាល់មួយបានកើតឡើង ខណៈពេលកំពុងនាំចូលប្រវត្តិរូបរបស់អ្នក។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Analyze Resume"
|
|
msgstr "វិភាគប្រវត្តិរូប"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Analyzing..."
|
|
msgstr "កំពុងវិភាគ..."
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "And many more..."
|
|
msgstr "ហើយមានច្រើនទៀត..."
|
|
|
|
#. AI provider option label in dashboard AI settings
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Anthropic Claude"
|
|
msgstr "Anthropic Claude"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Anyone visiting the resume's public URL must enter this password to access it."
|
|
msgstr "អ្នកណាដែលចូលមើល URL សាធារណៈរបស់ប្រវត្តិរូបនេះ ត្រូវតែបញ្ចូលពាក្យសម្ងាត់នេះសិន ទើបអាចចូលមើលបាន។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Anyone who has the resume's public URL will be able to view and download your resume without entering a password."
|
|
msgstr "អ្នកណាដែលមាន URL សាធារណៈរបស់ប្រវត្តិរូបនេះ នឹងអាចមើល និងទាញយកប្រវត្តិរូបរបស់អ្នក ដោយមិនចាំបាច់បញ្ចូលពាក្យសម្ងាត់។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Anyone with the link can view and download the resume."
|
|
msgstr "អ្នកណាដែលមានតំណនេះ អាចមើល និងទាញយកប្រវត្តិរូបបាន។"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "API Access"
|
|
msgstr "ការចូលដំណើរការ API"
|
|
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "API Key"
|
|
msgstr "កូនសោ API"
|
|
|
|
#: src/components/command-palette/pages/navigation.tsx
|
|
#: src/routes/dashboard/-components/sidebar.tsx
|
|
#: src/routes/dashboard/settings/api-keys.tsx
|
|
msgid "API Keys"
|
|
msgstr "កូនសោ API"
|
|
|
|
#: src/routes/dashboard/settings/api-keys.tsx
|
|
msgid "API Reference"
|
|
msgstr "ឯកសារយោង API"
|
|
|
|
#: src/routes/dashboard/-components/sidebar.tsx
|
|
msgid "App"
|
|
msgstr "កម្មវិធី"
|
|
|
|
#: src/routes/_home/-sections/statistics.tsx
|
|
msgid "Application Statistics"
|
|
msgstr "ស្ថិតិកម្មវិធី"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Arabic"
|
|
msgstr "Arabic"
|
|
|
|
#: src/hooks/use-form-blocker.tsx
|
|
msgid "Are you sure you want to close this dialog?"
|
|
msgstr "តើអ្នកប្រាកដថាចង់បិទប្រអប់នេះមែនទេ?"
|
|
|
|
#: src/routes/dashboard/settings/api-keys.tsx
|
|
msgid "Are you sure you want to delete this API key?"
|
|
msgstr "តើអ្នកប្រាកដជាចង់លុបកូនសោ API នេះឬ?"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
msgid "Are you sure you want to delete this custom section?"
|
|
msgstr "តើអ្នកប្រាកដថាចង់លុបផ្នែកផ្ទាល់ខ្លួននេះឬ?"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
|
|
msgid "Are you sure you want to delete this item?"
|
|
msgstr "តើអ្នកប្រាកដថាចង់លុបធាតុនេះឬ?"
|
|
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/dropdown-menu.tsx
|
|
msgid "Are you sure you want to delete this resume?"
|
|
msgstr "តើអ្នកប្រាកដជាចង់លុបប្រវត្តិរូបនេះឬ?"
|
|
|
|
#: src/routes/dashboard/settings/danger-zone.tsx
|
|
msgid "Are you sure you want to delete your account?"
|
|
msgstr "តើអ្នកប្រាកដជាចង់លុបគណនីរបស់អ្នកឬ?"
|
|
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/dropdown-menu.tsx
|
|
msgid "Are you sure you want to lock this resume?"
|
|
msgstr "តើអ្នកប្រាកដជាចង់ចាក់សោប្រវត្តិរូបនេះឬ?"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Are you sure you want to remove password protection?"
|
|
msgstr "តើអ្នកប្រាកដជាចង់ដកការការពារដោយពាក្យសម្ងាត់ចេញឬ?"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
|
|
msgid "Are you sure you want to reset this section?"
|
|
msgstr "តើអ្នកប្រាកដថាចង់កំណត់ផ្នែកនេះឡើងវិញឬ?"
|
|
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
msgid "Area of Study"
|
|
msgstr "ជំនាញរៀន"
|
|
|
|
#: src/components/command-palette/pages/navigation.tsx
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Artificial Intelligence"
|
|
msgstr "បញ្ញាសិប្បនិម្មិត"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Ask for a targeted resume change..."
|
|
msgstr "ស្នើសុំការផ្លាស់ប្តូរប្រវត្តិរូបសង្ខេបដែលមានគោលដៅ..."
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Ask for an incremental change"
|
|
msgstr "ស្នើសុំការផ្លាស់ប្តូរបន្តិចម្តងៗ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
msgid "Aspect Ratio"
|
|
msgstr "សមាមាត្រទ្រង់ទ្រាយ"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Assistant request failed"
|
|
msgstr "សំណើសុំជំនួយបរាជ័យ"
|
|
|
|
#: src/components/command-palette/pages/navigation.tsx
|
|
#: src/routes/dashboard/-components/sidebar.tsx
|
|
#: src/routes/dashboard/settings/authentication/index.tsx
|
|
msgid "Authentication"
|
|
msgstr "ការផ្ទៀងផ្ទាត់ភាពត្រឹមត្រូវ"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
|
|
msgstr "មាននៅក្នុងភាសាច្រើន។ ប្រសិនបើអ្នកចង់ចូលរួម សូមមើល Crowdin។"
|
|
|
|
#: src/dialogs/resume/sections/award.tsx
|
|
msgctxt "(noun) person, organization, or entity that gives an award"
|
|
msgid "Awarder"
|
|
msgstr "អ្នកផ្តល់រង្វាន់"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Awards"
|
|
msgstr "រង្វាន់"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Azerbaijani"
|
|
msgstr "Azerbaijani"
|
|
|
|
#. Secondary navigation button on 2FA verification screen
|
|
#: src/routes/auth/verify-2fa.tsx
|
|
msgid "Back to Login"
|
|
msgstr "ត្រឡប់ទៅការចូល"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/design.tsx
|
|
msgid "Background Color"
|
|
msgstr "ពណ៌ផ្ទៃខាងក្រោយ"
|
|
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Backup codes copied to clipboard."
|
|
msgstr "លេខកូដបម្រុងទុកត្រូវបានចម្លងទៅក្ដារតម្រៀប។"
|
|
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Base URL (Optional)"
|
|
msgstr "Base URL (ជាជម្រើស)"
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Basics"
|
|
msgstr "មូលដ្ឋាន"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Beautiful templates to choose from, with more on the way."
|
|
msgstr "គំរូស្អាតៗឲ្យជ្រើសរើស ហើយនៅមានបន្ថែមទៀតកំពុងមកដល់។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Before"
|
|
msgstr "មុន"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Bengali"
|
|
msgstr "Bengali"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
|
|
msgctxt "Body Text (paragraphs, lists, etc.)"
|
|
msgid "Body"
|
|
msgstr "អត្ថបទមូលដ្ឋាន"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Bold"
|
|
msgstr "អក្សរដិត"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
msgid "Border Radius"
|
|
msgstr "រ៉េឌីយ៉ូសគែម"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
msgid "Border Width"
|
|
msgstr "ទទឹងគែម"
|
|
|
|
#. Screen-reader dialog title for the command palette in the resume builder
|
|
#: src/components/command-palette/index.tsx
|
|
msgid "Builder Command Palette"
|
|
msgstr "បញ្ជីពាក្យបញ្ជារបស់កម្មវិធីបង្កើត"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Bulgarian"
|
|
msgstr "Bulgarian"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Bullet List"
|
|
msgstr "បញ្ជីមានគ្រាប់ចំណុច"
|
|
|
|
#. Tagline shown in app footer/about area
|
|
#: src/components/ui/copyright.tsx
|
|
#: src/routes/_home/-sections/features.tsx
|
|
#: src/routes/_home/-sections/prefooter.tsx
|
|
msgid "By the community, for the community."
|
|
msgstr "ដោយសហគមន៍ សម្រាប់សហគមន៍។"
|
|
|
|
#: src/routes/_home/-sections/faq.tsx
|
|
msgid "Can I export my resume to PDF?"
|
|
msgstr "តើខ្ញុំអាចនាំចេញប្រវត្តិរូបរបស់ខ្ញុំជា PDF បានទេ?"
|
|
|
|
#. API key deletion confirmation dialog cancel action in settings
|
|
#. Account deletion confirmation dialog cancel action in danger zone
|
|
#. Confirmation dialog button label to abort deleting a custom section in resume builder
|
|
#. Confirmation dialog button label to abort deleting a section item in resume builder
|
|
#. Confirmation dialog button label to abort resetting a resume section
|
|
#. Profile settings form action to discard unsaved edits
|
|
#. Secondary action button to close two-factor setup dialog
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
#: src/dialogs/resume/sections/award.tsx
|
|
#: src/dialogs/resume/sections/certification.tsx
|
|
#: src/dialogs/resume/sections/cover-letter.tsx
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
#: src/dialogs/resume/sections/interest.tsx
|
|
#: src/dialogs/resume/sections/language.tsx
|
|
#: src/dialogs/resume/sections/profile.tsx
|
|
#: src/dialogs/resume/sections/project.tsx
|
|
#: src/dialogs/resume/sections/publication.tsx
|
|
#: src/dialogs/resume/sections/reference.tsx
|
|
#: src/dialogs/resume/sections/skill.tsx
|
|
#: src/dialogs/resume/sections/summary-item.tsx
|
|
#: src/dialogs/resume/sections/volunteer.tsx
|
|
#: src/hooks/use-prompt.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
#: src/routes/dashboard/settings/api-keys.tsx
|
|
#: src/routes/dashboard/settings/danger-zone.tsx
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Cancel"
|
|
msgstr "បោះបង់"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Catalan"
|
|
msgstr "Catalan"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Center Align"
|
|
msgstr "តម្រង់កណ្ដាល"
|
|
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
msgid "Center view"
|
|
msgstr "ផ្ដោតទិដ្ឋភាពទៅកណ្ដាល"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Certifications"
|
|
msgstr "វិញ្ញាបនបត្រ"
|
|
|
|
#: src/routes/_home/-sections/header.tsx
|
|
msgid "Change language"
|
|
msgstr "ប្តូរភាសា"
|
|
|
|
#: src/components/command-palette/pages/preferences/index.tsx
|
|
msgid "Change language to..."
|
|
msgstr "ប្តូរភាសាទៅ..."
|
|
|
|
#: src/components/command-palette/pages/preferences/index.tsx
|
|
msgid "Change theme to..."
|
|
msgstr "ប្តូរស្បែកទៅ..."
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Changed your mind? Rename your resume to something more descriptive."
|
|
msgstr "ប្តូរចិត្តហើយឬអត់? ប្ដូរឈ្មោះប្រវត្តិរូបរបស់អ្នកឲ្យមានអត្ថន័យច្បាស់លាស់ជាងមុន។"
|
|
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
msgid "Changelog"
|
|
msgstr "កំណត់ហេតុបម្លែង"
|
|
|
|
#: src/routes/auth/forgot-password.tsx
|
|
msgid "Check your email for a link to reset your password."
|
|
msgstr "ពិនិត្យអ៊ីមែលរបស់អ្នកសម្រាប់តំណមួយ ដើម្បីកំណត់ពាក្យសម្ងាត់ឡើងវិញ។"
|
|
|
|
#: src/routes/auth/register.tsx
|
|
msgid "Check your email for a link to verify your account."
|
|
msgstr "ពិនិត្យអ៊ីមែលរបស់អ្នកសម្រាប់តំណមួយ ដើម្បីផ្ទៀងផ្ទាត់គណនីរបស់អ្នក។"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Chinese (Simplified)"
|
|
msgstr "Chinese (Simplified)"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Chinese (Traditional)"
|
|
msgstr "Chinese (Traditional)"
|
|
|
|
#. Preset or custom shade refer to the color picker
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Choose a preset or custom shade."
|
|
msgstr "ជ្រើសរើសពណ៌ស្រេច ឬស្រមោលផ្ទាល់ខ្លួន។"
|
|
|
|
#: src/components/level/combobox.tsx
|
|
msgid "Circle"
|
|
msgstr "រង្វង់"
|
|
|
|
#. Clear the text color
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Clear"
|
|
msgstr "សម្អាត"
|
|
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "Click here to select a file to import"
|
|
msgstr "ចុចទីនេះដើម្បីជ្រើសឯកសារមួយដើម្បីនាំចូល"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Close"
|
|
msgstr "បិទ"
|
|
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
msgid "Close AI assistant"
|
|
msgstr "បិទជំនួយការ AI"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Code Block"
|
|
msgstr "កូដប្លុក"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
|
|
msgid "Columns"
|
|
msgstr "ជួរឈរ"
|
|
|
|
#. Accessible label for command list region inside command palette
|
|
#. Accessible label for the command palette dialog
|
|
#: src/components/command-palette/index.tsx
|
|
msgid "Command Palette"
|
|
msgstr "បន្ទះពាក្យបញ្ជា"
|
|
|
|
#. Accessible label for command palette dialog when browsing a nested command page
|
|
#: src/components/command-palette/index.tsx
|
|
msgid "Command Palette - {currentPage}"
|
|
msgstr "បន្ទះពាក្យបញ្ជា - {currentPage}"
|
|
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
msgid "Community"
|
|
msgstr "សហគមន៍"
|
|
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
msgid "Company"
|
|
msgstr "ក្រុមហ៊ុន"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Completely free, forever, no hidden costs."
|
|
msgstr "ឥតគិតថ្លៃពេញលេញ ជារៀងរហូត គ្មានចំនាយលាក់កំបាំង។"
|
|
|
|
#. Account deletion confirmation dialog confirm action in danger zone
|
|
#. Create API key dialog acknowledgment action after copying
|
|
#: src/dialogs/api-key/create.tsx
|
|
#: src/hooks/use-prompt.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
#: src/routes/dashboard/settings/danger-zone.tsx
|
|
msgid "Confirm"
|
|
msgstr "អះអាង"
|
|
|
|
#. Authentication settings action to link a social login provider
|
|
#: src/routes/dashboard/settings/authentication/-components/social-provider.tsx
|
|
msgid "Connect"
|
|
msgstr "តភ្ជាប់"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Connect and verify an AI provider before using resume editing proposals."
|
|
msgstr "ភ្ជាប់ និងផ្ទៀងផ្ទាត់អ្នកផ្តល់សេវា AI មុនពេលប្រើប្រាស់សំណើកែសម្រួលប្រវត្តិរូបសង្ខេប។"
|
|
|
|
#: src/dialogs/resume/sections/cover-letter.tsx
|
|
#: src/dialogs/resume/sections/summary-item.tsx
|
|
msgid "Content"
|
|
msgstr "មាតិកា"
|
|
|
|
#. Button label to continue to dashboard after successful registration
|
|
#. Final action button after saving backup codes
|
|
#. Primary action button to proceed to next step in two-factor setup
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
#: src/routes/auth/register.tsx
|
|
msgid "Continue"
|
|
msgstr "បន្ត"
|
|
|
|
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
|
|
#: src/routes/dashboard/resumes/-components/list-view.tsx
|
|
msgid "Continue where you left off"
|
|
msgstr "បន្តពីកន្លែងដែលអ្នកបានឈប់"
|
|
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
|
|
msgstr "បន្តពីកន្លែងដែលអ្នកបានឈប់ ដោយនាំចូលប្រវត្តិរូបមានស្រាប់មួយ ដែលអ្នកបានបង្កើតដោយប្រើ Reactive Resume ឬកម្មវិធីបង្កើតប្រវត្តិរូបផ្សេងទៀត។ ទ្រង់ទ្រាយដែលគាំទ្ររួមមាន PDF, Microsoft Word និងឯកសារ JSON ពី Reactive Resume។"
|
|
|
|
#: src/routes/_home/-sections/donate.tsx
|
|
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
|
|
msgstr "ការរួមចំណែកនានាជួយផ្តល់ថវិកាសម្រាប់ការជួសជុលកំហុស បច្ចុប្បន្នភាពសុវត្ថិភាព និងការធ្វើឱ្យប្រសើរឡើងជាបន្តបន្ទាប់ ដើម្បីឱ្យកម្មវិធីដំណើរការបានរលូន។"
|
|
|
|
#. Action button to copy two-factor backup codes to clipboard
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Copy"
|
|
msgstr "ចម្លង"
|
|
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Copy and store these backup codes in case you lose your device."
|
|
msgstr "ចម្លង និងរក្សាទុកកូដបម្រុងទុកទាំងនេះ ក្នុងករណីអ្នកបាត់បង់ឧបករណ៍។"
|
|
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Copy Backup Codes"
|
|
msgstr "ចម្លងកូដបម្រុងទុក"
|
|
|
|
#: src/dialogs/api-key/create.tsx
|
|
msgid "Copy this secret key and use it in your applications to access your data."
|
|
msgstr "ចម្លងកូនសោសម្ងាត់នេះ ហើយប្រើវាក្នុងកម្មវិធីរបស់អ្នក ដើម្បីចូលដំណើរការទិន្នន័យរបស់អ្នក។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
msgid "Copy URL"
|
|
msgstr "ចម្លង URL"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Could not apply the AI proposal."
|
|
msgstr "មិនអាចអនុវត្តសំណើ AI បានទេ។"
|
|
|
|
#. Error description when AI provider cannot be reached during resume analysis
|
|
#. Error shown when AI provider is unreachable during PDF/DOCX resume import
|
|
#. Error shown when the configured AI provider cannot be reached during connection test
|
|
#: src/dialogs/resume/import.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Could not reach the AI provider. Please try again."
|
|
msgstr "មិនអាចភ្ជាប់ទៅអ្នកផ្តល់សេវា AI បានទេ។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
|
|
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
msgid "Cover Letter"
|
|
msgstr "លិខិតសម្រាប់ដាក់ពាក្យ"
|
|
|
|
#. Create API key dialog submit action
|
|
#: src/dialogs/api-key/create.tsx
|
|
#: src/dialogs/resume/index.tsx
|
|
#: src/dialogs/resume/sections/award.tsx
|
|
#: src/dialogs/resume/sections/certification.tsx
|
|
#: src/dialogs/resume/sections/cover-letter.tsx
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
#: src/dialogs/resume/sections/interest.tsx
|
|
#: src/dialogs/resume/sections/language.tsx
|
|
#: src/dialogs/resume/sections/profile.tsx
|
|
#: src/dialogs/resume/sections/project.tsx
|
|
#: src/dialogs/resume/sections/publication.tsx
|
|
#: src/dialogs/resume/sections/reference.tsx
|
|
#: src/dialogs/resume/sections/skill.tsx
|
|
#: src/dialogs/resume/sections/summary-item.tsx
|
|
#: src/dialogs/resume/sections/volunteer.tsx
|
|
msgid "Create"
|
|
msgstr "បង្កើត"
|
|
|
|
#: src/routes/auth/register.tsx
|
|
msgid "Create a new account"
|
|
msgstr "បង្កើតគណនីថ្មី"
|
|
|
|
#: src/dialogs/api-key/create.tsx
|
|
#: src/routes/dashboard/settings/api-keys.tsx
|
|
msgid "Create a new API key"
|
|
msgstr "បង្កើតកូនសោ API ថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/award.tsx
|
|
msgid "Create a new award"
|
|
msgstr "បង្កើតរង្វាន់ថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/certification.tsx
|
|
msgid "Create a new certification"
|
|
msgstr "បង្កើតវិញ្ញាបនបត្រថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/cover-letter.tsx
|
|
msgid "Create a new cover letter"
|
|
msgstr "បង្កើតលិខិតសម្រាប់ដាក់ពាក្យថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
msgid "Create a new custom section"
|
|
msgstr "បង្កើតផ្នែកផ្ទាល់ខ្លួនថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
msgid "Create a new education"
|
|
msgstr "បង្កើតការសិក្សាថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
msgid "Create a new experience"
|
|
msgstr "បង្កើតបទពិសោធន៍ថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/interest.tsx
|
|
msgid "Create a new interest"
|
|
msgstr "បង្កើតចំណាប់អារម្មណ៍ថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/language.tsx
|
|
msgid "Create a new language"
|
|
msgstr "បង្កើតភាសាថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/profile.tsx
|
|
msgid "Create a new profile"
|
|
msgstr "បង្កើតប្រវត្តិសង្ខេបបណ្ដាញសង្គមថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/project.tsx
|
|
msgid "Create a new project"
|
|
msgstr "បង្កើតគម្រោងថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/publication.tsx
|
|
msgid "Create a new publication"
|
|
msgstr "បង្កើតអត្ថបទផ្សព្វផ្សាយថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/reference.tsx
|
|
msgid "Create a new reference"
|
|
msgstr "បង្កើតយោងថ្មី"
|
|
|
|
#: src/components/command-palette/pages/resumes.tsx
|
|
#: src/dialogs/resume/index.tsx
|
|
#: src/routes/dashboard/resumes/-components/cards/create-card.tsx
|
|
#: src/routes/dashboard/resumes/-components/list-view.tsx
|
|
msgid "Create a new resume"
|
|
msgstr "បង្កើតប្រវត្តិរូបថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/skill.tsx
|
|
msgid "Create a new skill"
|
|
msgstr "បង្កើតជំនាញថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/summary-item.tsx
|
|
msgid "Create a new summary item"
|
|
msgstr "បង្កើតធាតុសង្ខេបថ្មី"
|
|
|
|
#: src/dialogs/resume/sections/volunteer.tsx
|
|
msgid "Create a new volunteer experience"
|
|
msgstr "បង្កើតបទពិសោធន៍ស្ម័គ្រចិត្តថ្មី"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Create a Sample Resume"
|
|
msgstr "បង្កើតប្រវត្តិរូបគំរូ"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Create as many resumes as you want, without limits."
|
|
msgstr "បង្កើតប្រវត្តិរូបបានច្រើន ដូចដែលអ្នកចង់បាន ដោយគ្មានដែនកំណត់។"
|
|
|
|
#. Call-to-action link from login page to account registration page
|
|
#: src/routes/auth/login.tsx
|
|
msgid "Create one now"
|
|
msgstr "បង្កើតមួយឥឡូវនេះ"
|
|
|
|
#. Accessible label for create-resume split button group
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Create resume with options"
|
|
msgstr "បង្កើតប្រវត្តិរូបជាមួយជម្រើស"
|
|
|
|
#: src/dialogs/api-key/create.tsx
|
|
msgid "Creating your API key..."
|
|
msgstr "កំពុងបង្កើតកូនសោ API របស់អ្នក..."
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Creating your resume..."
|
|
msgstr "កំពុងបង្កើតប្រវត្តិរូបរបស់អ្នក..."
|
|
|
|
#: src/dialogs/auth/change-password.tsx
|
|
msgid "Current Password"
|
|
msgstr "ពាក្យសម្ងាត់បច្ចុប្បន្ន"
|
|
|
|
#: src/components/input/color-picker.tsx
|
|
msgid "Custom"
|
|
msgstr "ផ្ទាល់ខ្លួន"
|
|
|
|
#. Authentication provider display name in account settings
|
|
#: src/routes/dashboard/settings/authentication/-components/hooks.tsx
|
|
msgid "Custom OAuth"
|
|
msgstr "OAuth ផ្ទាល់ខ្លួន"
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Custom Sections"
|
|
msgstr "ផ្នែកផ្ទាល់ខ្លួន"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Czech"
|
|
msgstr "Czech"
|
|
|
|
#: src/components/command-palette/pages/navigation.tsx
|
|
#: src/routes/dashboard/-components/sidebar.tsx
|
|
#: src/routes/dashboard/settings/danger-zone.tsx
|
|
msgid "Danger Zone"
|
|
msgstr "តំបន់គ្រោះថ្នាក់"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Danish"
|
|
msgstr "Danish"
|
|
|
|
#. Appearance theme option for dark mode
|
|
#: src/components/user/dropdown-menu.tsx
|
|
#: src/libs/theme.ts
|
|
msgid "Dark"
|
|
msgstr "ងងឹត"
|
|
|
|
#: src/components/command-palette/pages/preferences/theme.tsx
|
|
msgid "Dark theme"
|
|
msgstr "ស្បែកងងឹត"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Data Security"
|
|
msgstr "សុវត្ថិភាពទិន្នន័យ"
|
|
|
|
#: src/dialogs/resume/sections/award.tsx
|
|
#: src/dialogs/resume/sections/certification.tsx
|
|
#: src/dialogs/resume/sections/publication.tsx
|
|
msgid "Date"
|
|
msgstr "កាលបរិច្ឆេទ"
|
|
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
msgid "Degree"
|
|
msgstr "សញ្ញាប័ត្រ"
|
|
|
|
#. API key deletion confirmation dialog confirm action in settings
|
|
#. Destructive confirmation button label when deleting a custom section in resume builder
|
|
#. Destructive confirmation button label when deleting a section item in resume builder
|
|
#. Passkey row action to remove the selected passkey
|
|
#. Resume card context menu destructive action to remove a resume
|
|
#. Resume card dropdown destructive action to remove a resume
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/dropdown-menu.tsx
|
|
#: src/routes/dashboard/settings/api-keys.tsx
|
|
#: src/routes/dashboard/settings/authentication/-components/passkeys.tsx
|
|
msgid "Delete"
|
|
msgstr "លុប"
|
|
|
|
#: src/routes/dashboard/settings/danger-zone.tsx
|
|
msgid "Delete Account"
|
|
msgstr "លុបគណនី"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Delete Column"
|
|
msgstr "លុបជួរឈរ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
|
|
msgid "Delete Page"
|
|
msgstr "លុបទំព័រ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
msgid "Delete picture"
|
|
msgstr "លុបរូបភាព"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Delete Row"
|
|
msgstr "លុបជួរដេក"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Delete Table"
|
|
msgstr "លុបតារាង"
|
|
|
|
#: src/routes/dashboard/settings/danger-zone.tsx
|
|
msgid "Deleting your account..."
|
|
msgstr "កំពុងលុបគណនីរបស់អ្នក..."
|
|
|
|
#: src/routes/dashboard/settings/api-keys.tsx
|
|
msgid "Deleting your API key..."
|
|
msgstr "កំពុងលុបកូនសោ API របស់អ្នក..."
|
|
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/dropdown-menu.tsx
|
|
msgid "Deleting your resume..."
|
|
msgstr "កំពុងលុបប្រវត្តិរូបរបស់អ្នក..."
|
|
|
|
#: src/dialogs/resume/sections/award.tsx
|
|
#: src/dialogs/resume/sections/certification.tsx
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
#: src/dialogs/resume/sections/project.tsx
|
|
#: src/dialogs/resume/sections/publication.tsx
|
|
#: src/dialogs/resume/sections/reference.tsx
|
|
#: src/dialogs/resume/sections/volunteer.tsx
|
|
msgid "Description"
|
|
msgstr "សេចក្ដីពិពណ៌នា"
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Design"
|
|
msgstr "រចនា"
|
|
|
|
#. Destructive action button to turn off two-factor authentication
|
|
#: src/dialogs/auth/disable-two-factor.tsx
|
|
#: src/routes/dashboard/settings/authentication/-components/two-factor.tsx
|
|
msgid "Disable 2FA"
|
|
msgstr "បិទ 2FA"
|
|
|
|
#: src/dialogs/auth/disable-two-factor.tsx
|
|
msgid "Disable Two-Factor Authentication"
|
|
msgstr "បិទការផ្ទៀងផ្ទាត់ពីរជាន់"
|
|
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Disabled"
|
|
msgstr "បានបិទ"
|
|
|
|
#: src/dialogs/auth/disable-two-factor.tsx
|
|
msgid "Disabling two-factor authentication..."
|
|
msgstr "កំពុងបិទការផ្ទៀងផ្ទាត់ពីរជាន់..."
|
|
|
|
#. Authentication settings action to unlink a connected social login provider
|
|
#: src/routes/dashboard/settings/authentication/-components/social-provider.tsx
|
|
msgid "Disconnect"
|
|
msgstr "ផ្ដាច់"
|
|
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
msgid "Discord"
|
|
msgstr "Discord"
|
|
|
|
#: src/components/ui/donation-toast.tsx
|
|
msgid "Dismiss"
|
|
msgstr "បដិសេធ"
|
|
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
|
|
msgid "Documentation"
|
|
msgstr "ឯកសារ"
|
|
|
|
#: src/routes/auth/login.tsx
|
|
msgid "Don't have an account? <0/>"
|
|
msgstr "មិនមានគណនី? <0/>"
|
|
|
|
#: src/components/ui/donation-toast.tsx
|
|
msgid "Donate"
|
|
msgstr "បរិច្ចាគ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
|
|
msgid "Donate to Reactive Resume"
|
|
msgstr "បរិច្ចាគឲ្យ Reactive Resume"
|
|
|
|
#. Action button to download two-factor backup codes as a text file
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Download"
|
|
msgstr "ទាញយក"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/export.tsx
|
|
msgid "Download a copy of your resume as a Word document. Use this file to further customize your resume in Microsoft Word or Google Docs."
|
|
msgstr "ទាញយកច្បាប់ចម្លងនៃប្រវត្តិរូបរបស់អ្នកជាឯកសារ Word។ ប្រើឯកសារនេះដើម្បីកែតម្រូវប្រវត្តិរូបរបស់អ្នកបន្ថែមទៀតក្នុង Microsoft Word ឬ Google Docs។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/export.tsx
|
|
msgid "Download a copy of your resume in JSON format. Use this file for backup or to import your resume into other applications, including AI assistants."
|
|
msgstr "ទាញយកច្បាប់ចម្លងមួយនៃប្រវត្តិរូបរបស់អ្នកជាទ្រង់ទ្រាយ JSON។ ប្រើឯកសារនេះសម្រាប់បម្រុងទុក ឬដើម្បីនាំចូលប្រវត្តិរូបរបស់អ្នកទៅកម្មវិធីផ្សេងៗ រួមទាំងអ្នកជំនួយការ AI ផងដែរ។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/export.tsx
|
|
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
|
|
msgstr "ទាញយកច្បាប់ចម្លងមួយនៃប្រវត្តិរូបរបស់អ្នកជាទ្រង់ទ្រាយ PDF។ ប្រើឯកសារនេះសម្រាប់បោះពុម្ព ឬដើម្បីចែករំលែកប្រវត្តិរូបរបស់អ្នកដល់អ្នកជ្រើសរើសបុគ្គលិកបានយ៉ាងងាយស្រួល។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
msgid "Download DOCX"
|
|
msgstr "ទាញយក DOCX"
|
|
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
msgid "Download JSON"
|
|
msgstr "ទាញយក JSON"
|
|
|
|
#: src/routes/$username/-components/public-resume.tsx
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
msgid "Download PDF"
|
|
msgstr "ទាញយក PDF"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
|
|
msgid "Downloads"
|
|
msgstr "ចំនួនទាញយក"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
|
|
msgid "Drag and drop sections here to move them between columns"
|
|
msgstr "អូស និងទម្លាក់ផ្នែកមកទីនេះ ដើម្បីផ្លាស់ទីពួកវារវាងជួរឈរ"
|
|
|
|
#. Resume card context menu action to create a copy
|
|
#. Resume card dropdown action to create a copy
|
|
#: src/dialogs/resume/index.tsx
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/dropdown-menu.tsx
|
|
msgid "Duplicate"
|
|
msgstr "ស្ទួន"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Duplicate Resume"
|
|
msgstr "ស្ទួនប្រវត្តិរូប"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Duplicate your resume to create a new one, just like the original."
|
|
msgstr "ស្ទួនប្រវត្តិរូបរបស់អ្នក ដើម្បីបង្កើតមួយថ្មី ដែលដូចនឹងដើម។"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Duplicating your resume..."
|
|
msgstr "កំពុងស្ទួនប្រវត្តិរូបរបស់អ្នក..."
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Dutch"
|
|
msgstr "Dutch"
|
|
|
|
#. Example model-name placeholder in AI settings
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "e.g., gpt-4, claude-3-opus, gemini-pro"
|
|
msgstr "ឧ. gpt-4, claude-3-opus, gemini-pro"
|
|
|
|
#: src/components/input/chip-input.tsx
|
|
msgid "Edit"
|
|
msgstr "កែសម្រួល"
|
|
|
|
#. Screen reader label for button that edits a keyword chip. Variable is the current keyword text.
|
|
#: src/components/input/chip-input.tsx
|
|
msgid "Edit {chip}"
|
|
msgstr "កែសម្រួល {chip}"
|
|
|
|
#. Screen reader description for the fullscreen rich-text editor dialog
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Edit content in fullscreen mode"
|
|
msgstr "កែសម្រួលមាតិកាក្នុងរបៀបពេញអេក្រង់"
|
|
|
|
#: src/components/input/chip-input.tsx
|
|
msgid "Edit keyword"
|
|
msgstr "កែសម្រួលពាក្យគន្លឹះ"
|
|
|
|
#: src/components/input/chip-input.tsx
|
|
msgid "Editing keyword..."
|
|
msgstr "កំពុងកែសម្រួលពាក្យគន្លឹះ..."
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Education"
|
|
msgstr "ការសិក្សា"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
|
|
msgid "Email"
|
|
msgstr "អ៊ីមែល"
|
|
|
|
#. Label for email input on forgot-password form
|
|
#. Label for email input on registration form
|
|
#. Label for login identifier input that accepts email or username
|
|
#: src/routes/auth/forgot-password.tsx
|
|
#: src/routes/auth/login.tsx
|
|
#: src/routes/auth/register.tsx
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Email Address"
|
|
msgstr "អាសយដ្ឋានអ៊ីមែល"
|
|
|
|
#: src/routes/dashboard/settings/authentication/-components/two-factor.tsx
|
|
msgid "Enable 2FA"
|
|
msgstr "បើកប្រើ 2FA"
|
|
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Enable AI Features"
|
|
msgstr "បើកប្រើមុខងារ AI"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Enable AI integration"
|
|
msgstr "បើកការរួមបញ្ចូល AI"
|
|
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Enable Two-Factor Authentication"
|
|
msgstr "បើកប្រើការផ្ទៀងផ្ទាត់ពីរជាន់"
|
|
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Enabled"
|
|
msgstr "បានបើក"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Enabling password protection..."
|
|
msgstr "កំពុងបើកការការពារដោយពាក្យសម្ងាត់..."
|
|
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Enabling two-factor authentication..."
|
|
msgstr "កំពុងបើកការផ្ទៀងផ្ទាត់ពីរជាន់..."
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "English"
|
|
msgstr "ភាសាអង់គ្លេស"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "English (United Kingdom)"
|
|
msgstr "អង់គ្លេស (ចក្រភពអង់គ្លេស)"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Enhance the security of your account with additional layers of protection."
|
|
msgstr "បង្កើនសុវត្ថិភាពគណនីរបស់អ្នកដោយបន្ថែមក្រឡុកការពារបន្ថែម។"
|
|
|
|
#: src/routes/dashboard/settings/authentication/-components/passkeys.tsx
|
|
msgid "Enter a name for your passkey."
|
|
msgstr "បញ្ចូលឈ្មោះសម្រាប់ passkey របស់អ្នក។"
|
|
|
|
#: src/routes/auth/verify-2fa-backup.tsx
|
|
msgid "Enter one of your saved backup codes to access your account"
|
|
msgstr "បញ្ចូលមួយក្នុងចំណោមកូដបម្រុងទុកដែលបានរក្សាទុករបស់អ្នក ដើម្បីចូលដំណើរការគណនី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
|
|
msgid "Enter the URL to link to"
|
|
msgstr "បញ្ចូល URL ដើម្បីតភ្ជាប់ទៅ"
|
|
|
|
#: src/routes/auth/verify-2fa.tsx
|
|
msgid "Enter the verification code from your authenticator app"
|
|
msgstr "បញ្ចូលកូដផ្ទៀងផ្ទាត់ពីកម្មវិធីផ្ទៀងផ្ទាត់អត្តសញ្ញាណរបស់អ្នក"
|
|
|
|
#: src/dialogs/auth/change-password.tsx
|
|
msgid "Enter your current password and a new password to update your account."
|
|
msgstr "បញ្ចូលពាក្យសម្ងាត់បច្ចុប្បន្ន និងពាក្យសម្ងាត់ថ្មីមួយ ដើម្បីបច្ចុប្បន្នភាពគណនីរបស់អ្នក។"
|
|
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Enter your password to confirm setting up two-factor authentication. When enabled, you'll need to enter a code from your authenticator app every time you log in."
|
|
msgstr "បញ្ចូលពាក្យសម្ងាត់របស់អ្នក ដើម្បីអះអាងការរៀបចំការផ្ទៀងផ្ទាត់ពីរជាន់។ នៅពេលបើកប្រើ អ្នកត្រូវបញ្ចូលកូដពីកម្មវិធីផ្ទៀងផ្ទាត់អត្តសញ្ញាណ រាល់ពេលអ្នកចូល។"
|
|
|
|
#: src/dialogs/auth/disable-two-factor.tsx
|
|
msgid "Enter your password to disable two-factor authentication. Your account will be less secure without 2FA enabled."
|
|
msgstr "បញ្ចូលពាក្យសម្ងាត់របស់អ្នក ដើម្បីបិទការផ្ទៀងផ្ទាត់ពីរជាន់។ គណនីរបស់អ្នកនឹងកាន់តែមានហានិភ័យនៅពេលមិនបានបើក 2FA ទៀត។"
|
|
|
|
#: src/routes/_home/-sections/donate.tsx
|
|
msgid "Every contribution, big or small, makes a huge difference to the project.<0/>Thank you for your support!"
|
|
msgstr "រាល់ការរួមចំណែក មួយធំនោ ឬតូច ក៏មានឥទ្ធិពលយ៉ាងច្រើនលើគម្រោងនេះ។<0/>សូមអរគុណចំពោះការគាំទ្ររបស់អ្នក!"
|
|
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Everything entered here is stored locally on your browser. Your data is only sent to the server when making a request to the AI provider, and is never stored or logged on our servers."
|
|
msgstr "អ្វីដែលបានបញ្ចូលនៅទីនេះទាំងអស់ ត្រូវបានរក្សាទុកនៅក្នុងកម្មវិធីរុករករបស់អ្នកតែប៉ុណ្ណោះ។ ទិន្នន័យរបស់អ្នកត្រូវបានផ្ញើទៅម៉ាស៊ីនបម្រើតែនៅពេលមានសំណើទៅកាន់អ្នកផ្តល់សេវា AI ប៉ុណ្ណោះ ហើយមិនត្រូវបានរក្សាទុក ឬកត់ត្រានៅលើម៉ាស៊ីនបម្រើរបស់យើងឡើយ។"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Everything you need to create, customize, and share professional resumes. Built with privacy in mind, powered by open source, and completely free forever."
|
|
msgstr "អ្វីៗដែលអ្នកត្រូវការ ដើម្បីបង្កើត ប្ដូរតាមបំណង និងចែករំលែកប្រវត្តិរូបវិជ្ជាជីវៈ។ ត្រូវបានបង្កើតឡើងដោយគិតពីភាពឯកជន ប្រើបច្ចេកវិទ្យាបើកប្រភព ហើយឥតគិតថ្លៃទាំងស្រុង ជារៀងរហូត។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Examples: rewrite the summary, tighten one experience bullet, add metrics, or adapt the resume for a job description."
|
|
msgstr "ឧទាហរណ៍៖ សរសេរសេចក្តីសង្ខេបឡើងវិញ រឹតបន្តឹងចំណុចបទពិសោធន៍មួយ បន្ថែមរង្វាស់ ឬកែសម្រួលប្រវត្តិរូបសង្ខេបសម្រាប់ការពិពណ៌នាការងារ។"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Exit Fullscreen"
|
|
msgstr "ចេញពីអេក្រង់ពេញ"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Experience"
|
|
msgstr "បទពិសោធន៍"
|
|
|
|
#: src/dialogs/api-key/create.tsx
|
|
msgid "Expires in"
|
|
msgstr "ផុតកំណត់ក្នុង"
|
|
|
|
#. placeholder {0}: key.expiresAt?.toLocaleDateString()
|
|
#: src/routes/dashboard/settings/api-keys.tsx
|
|
msgid "Expires on {0}"
|
|
msgstr "ផុតកំណត់នៅថ្ងៃទី {0}"
|
|
|
|
#: src/routes/_home/-sections/templates.tsx
|
|
msgid "Explore our diverse selection of templates, each designed to fit different styles, professions, and personalities. Reactive Resume currently offers 12 templates, with more on the way."
|
|
msgstr "ស្វែងរកគំរូជ្រើសរើសចម្រុះរបស់យើង ដែលត្រូវបានរចនាឡើងសម្រាប់រចនាបថ មុខរបរ និងលក្ខណៈផ្ទាល់ខ្លួនផ្សេងៗ។ បច្ចុប្បន្ន Reactive Resume មានគំរូ ១២ និងនឹងមានបន្ថែមទៀតនៅពេលខាងមុខ។"
|
|
|
|
#: src/routes/dashboard/settings/api-keys.tsx
|
|
msgid "Explore the API documentation to learn how to integrate Reactive Resume with your applications. Find detailed endpoints, request examples, and authentication methods."
|
|
msgstr "ស្វែងរកឯកសារអំពី API ដើម្បីស្វែងយល់ពីរបៀបផ្សាភ្ជាប់ Reactive Resume ជាមួយកម្មវិធីរបស់អ្នក។ អ្នកអាចរកឃើញចំណុចចូលច្រើន ប្រភេទសំណើរឧទាហរណ៍ និងវិធីសាស្ត្រផ្ទៀងផ្ទាត់ភាពត្រឹមត្រូវផ្សេងៗ។"
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Export"
|
|
msgstr "នាំចេញ"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Export your resume to PDF instantly, without any waiting or delays."
|
|
msgstr "នាំចេញប្រវត្តិរូបសង្ខេបរបស់អ្នកទៅជា PDF ភ្លាមៗ ដោយមិនចាំបាច់រង់ចាំ ឬការពន្យារពេលឡើយ។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Failed to analyze resume."
|
|
msgstr "ការវិភាគប្រវត្តិរូបបានបរាជ័យ។"
|
|
|
|
#. Fallback toast when creating an API key fails
|
|
#: src/dialogs/api-key/create.tsx
|
|
msgid "Failed to create API key. Please try again."
|
|
msgstr "បរាជ័យក្នុងការបង្កើតសោ API។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when account registration fails without a server error message
|
|
#: src/routes/auth/register.tsx
|
|
msgid "Failed to create your account. Please try again."
|
|
msgstr "បរាជ័យក្នុងការបង្កើតគណនីរបស់អ្នក។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when deleting a passkey fails
|
|
#: src/routes/dashboard/settings/authentication/-components/passkeys.tsx
|
|
msgid "Failed to delete passkey. Please try again."
|
|
msgstr "បរាជ័យក្នុងការលុប passkey។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when deleting an API key fails
|
|
#: src/routes/dashboard/settings/api-keys.tsx
|
|
msgid "Failed to delete the API key. Please try again."
|
|
msgstr "បរាជ័យក្នុងការលុបសោ API។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when account deletion fails
|
|
#: src/routes/dashboard/settings/danger-zone.tsx
|
|
msgid "Failed to delete your account. Please try again."
|
|
msgstr "បរាជ័យក្នុងការលុបគណនីរបស់អ្នក។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when disabling two-factor authentication fails
|
|
#: src/dialogs/auth/disable-two-factor.tsx
|
|
msgid "Failed to disable two-factor authentication. Please try again."
|
|
msgstr "បរាជ័យក្នុងការបិទការផ្ទៀងផ្ទាត់ពីរជាន់។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when enabling two-factor authentication fails
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Failed to enable two-factor authentication. Please try again."
|
|
msgstr "បរាជ័យក្នុងការបើកការផ្ទៀងផ្ទាត់ពីរជាន់។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when linking a social authentication provider fails
|
|
#: src/routes/dashboard/settings/authentication/-components/hooks.tsx
|
|
msgid "Failed to link provider. Please try again."
|
|
msgstr "បរាជ័យក្នុងការភ្ជាប់អ្នកផ្តល់សេវា។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when passkey registration fails
|
|
#: src/routes/dashboard/settings/authentication/-components/passkeys.tsx
|
|
msgid "Failed to register passkey. Please try again."
|
|
msgstr "បរាជ័យក្នុងការចុះឈ្មោះ passkey។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when renaming a passkey fails
|
|
#: src/routes/dashboard/settings/authentication/-components/passkeys.tsx
|
|
msgid "Failed to rename passkey. Please try again."
|
|
msgstr "បរាជ័យក្នុងការប្តូរឈ្មោះ passkey។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when requesting email change confirmation fails
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Failed to request email change. Please try again."
|
|
msgstr "បរាជ័យក្នុងការស្នើសុំប្តូរអ៊ីមែល។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when resending account verification email fails
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Failed to resend verification email. Please try again."
|
|
msgstr "បរាជ័យក្នុងការផ្ញើអ៊ីមែលផ្ទៀងផ្ទាត់ឡើងវិញ។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when resetting password fails and no backend message is available
|
|
#: src/routes/auth/reset-password.tsx
|
|
msgid "Failed to reset your password. Please try again."
|
|
msgstr "បរាជ័យក្នុងការកំណត់ពាក្យសម្ងាត់របស់អ្នកឡើងវិញ។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when requesting password reset email fails without backend message
|
|
#: src/routes/auth/forgot-password.tsx
|
|
msgid "Failed to send password reset email. Please try again."
|
|
msgstr "បរាជ័យក្នុងការផ្ញើអ៊ីមែលកំណត់ពាក្យសម្ងាត់ឡើងវិញ។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Failed to setup two-factor authentication."
|
|
msgstr "បានបរាជ័យក្នុងការរៀបចំការផ្ទៀងផ្ទាត់ពីរជាន់។"
|
|
|
|
#. Fallback toast when custom OAuth sign-in fails without a provider error message
|
|
#. Fallback toast when passkey sign-in fails without an error message
|
|
#. Fallback toast when sign-in fails and no server error message is available
|
|
#. Fallback toast when social sign-in fails without a provider error message
|
|
#: src/routes/auth/-components/social-auth.tsx
|
|
#: src/routes/auth/login.tsx
|
|
msgid "Failed to sign in. Please try again."
|
|
msgstr "ការចូលបានបរាជ័យ។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when signing out fails
|
|
#: src/components/user/dropdown-menu.tsx
|
|
msgid "Failed to sign out. Please try again."
|
|
msgstr "បរាជ័យក្នុងការចេញ។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when testing AI provider connection fails
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Failed to test AI provider connection. Please try again."
|
|
msgstr "បរាជ័យក្នុងការសាកល្បងការតភ្ជាប់អ្នកផ្តល់សេវា AI។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when unlinking a social authentication provider fails
|
|
#: src/routes/dashboard/settings/authentication/-components/hooks.tsx
|
|
msgid "Failed to unlink provider. Please try again."
|
|
msgstr "បរាជ័យក្នុងការផ្តាច់អ្នកផ្តល់សេវា។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when changing account password fails
|
|
#: src/dialogs/auth/change-password.tsx
|
|
msgid "Failed to update your password. Please try again."
|
|
msgstr "បរាជ័យក្នុងការធ្វើបច្ចុប្បន្នភាពពាក្យសម្ងាត់របស់អ្នក។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when updating profile details fails
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Failed to update your profile. Please try again."
|
|
msgstr "បរាជ័យក្នុងការធ្វើបច្ចុប្បន្នភាពប្រវត្តិរូបរបស់អ្នក។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when uploading profile picture for resume fails
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
msgid "Failed to upload picture. Please try again."
|
|
msgstr "បរាជ័យក្នុងការអាប់ឡូដរូបភាព។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when resume password verification fails unexpectedly
|
|
#: src/routes/auth/resume-password.tsx
|
|
msgid "Failed to verify the password. Please try again."
|
|
msgstr "បរាជ័យក្នុងការផ្ទៀងផ្ទាត់ពាក្យសម្ងាត់។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when verifying a backup two-factor authentication code fails
|
|
#: src/routes/auth/verify-2fa-backup.tsx
|
|
msgid "Failed to verify your backup code. Please try again."
|
|
msgstr "បរាជ័យក្នុងការផ្ទៀងផ្ទាត់កូដបម្រុងរបស់អ្នក។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#. Fallback toast when verifying a two-factor authentication code fails
|
|
#. Fallback toast when verifying two-factor setup code fails
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
#: src/routes/auth/verify-2fa.tsx
|
|
msgid "Failed to verify your code. Please try again."
|
|
msgstr "បរាជ័យក្នុងការផ្ទៀងផ្ទាត់កូដរបស់អ្នក។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Features"
|
|
msgstr "មុខងារ"
|
|
|
|
#: src/routes/dashboard/resumes/index.tsx
|
|
msgid "Filter by"
|
|
msgstr "ត្រងតាម"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Finnish"
|
|
msgstr "Finnish"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Flexibility"
|
|
msgstr "ភាពបត់បែន"
|
|
|
|
#: src/dialogs/resume/sections/language.tsx
|
|
msgid "Fluency"
|
|
msgstr "កម្រិតភាសា"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
|
|
msgid "Font Family"
|
|
msgstr "គ្រួសារពុម្ពអក្សរ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
|
|
msgid "Font Size"
|
|
msgstr "ទំហំពុម្ពអក្សរ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
|
|
msgid "Font Weight"
|
|
msgstr "ទម្ងន់ពុម្ពអក្សរ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
|
|
msgid "Font Weights"
|
|
msgstr "ទម្ងន់ពុម្ពអក្សរ"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "For a secure and distraction-free experience."
|
|
msgstr "សម្រាប់បទពិសោធន៍ដែលមានសុវត្ថិភាព និងគ្មានរអាក់រអួល។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/notes.tsx
|
|
msgid "For example, information regarding which companies you sent this resume to or the links to the job descriptions can be noted down here."
|
|
msgstr "ឧទាហរណ៍ ព័ត៌មានអំពីក្រុមហ៊ុនមួយណាដែលអ្នកបានផ្ញើប្រវត្តិរូបនេះទៅ ឬតំណទៅសេចក្ដីពិពណ៌នាការងារ អាចត្រូវបានកត់ត្រាទុកនៅទីនេះ។"
|
|
|
|
#: src/dialogs/api-key/create.tsx
|
|
msgid "For security reasons, this key will only be displayed once."
|
|
msgstr "សម្រាប់ហេតុផលសុវត្ថិភាព កូនសោនេះនឹងត្រូវបង្ហាញតែម្ដងតែប៉ុណ្ណោះ។"
|
|
|
|
#. Link label to password reset page from login form
|
|
#: src/routes/auth/login.tsx
|
|
msgid "Forgot Password?"
|
|
msgstr "ភ្លេចពាក្យសម្ងាត់ឬ?"
|
|
|
|
#: src/routes/auth/forgot-password.tsx
|
|
msgid "Forgot your password?"
|
|
msgstr "ភ្លេចពាក្យសម្ងាត់របស់អ្នកឬ?"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
|
|
msgctxt "Page Format (A4, Letter, Free-form)"
|
|
msgid "Format"
|
|
msgstr "ទ្រង់ទ្រាយ"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Free"
|
|
msgstr "ឥតគិតថ្លៃ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
|
|
msgid "Free-form"
|
|
msgstr "ទម្រង់សេរី"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "French"
|
|
msgstr "French"
|
|
|
|
#. Layout editor toggle label that makes a page single-column
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
|
|
msgid "Full Width"
|
|
msgstr "ទទឹងពេញ"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Fullscreen"
|
|
msgstr "អេក្រង់ពេញ"
|
|
|
|
#. Screen reader title for the fullscreen rich-text editor dialog
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Fullscreen Editor"
|
|
msgstr "កម្មវិធីកែសម្រួលពេញអេក្រង់"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Generate a random name"
|
|
msgstr "បង្កើតឈ្មោះចៃដន្យ"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "German"
|
|
msgstr "ភាសាអាល្លឺម៉ង់"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Get a review of your resume with an overall score, strengths, and actionable suggestions."
|
|
msgstr "ទទួលបានការពិនិត្យប្រវត្តិរូបរបស់អ្នកជាមួយពិន្ទុសរុប ចំណុចខ្លាំង និងសំណើដែលអាចអនុវត្តបាន។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Get an in-depth AI-powered review of your resume with an overall score, key strengths, and practical suggestions. To activate this feature, please update your AI settings."
|
|
msgstr "ទទួលបានការពិនិត្យប្រវត្តិរូបរបស់អ្នកដោយ AI យ៉ាងស៊ីជម្រៅ ជាមួយពិន្ទុសរុប ចំណុចខ្លាំងសំខាន់ៗ និងសំណើជាក់ស្តែង។ ដើម្បីបើកមុខងារនេះ សូមធ្វើបច្ចុប្បន្នភាពការកំណត់ AI របស់អ្នក។"
|
|
|
|
#: src/routes/_home/-sections/hero.tsx
|
|
msgid "Get Started"
|
|
msgstr "ចាប់ផ្តើម"
|
|
|
|
#. Authentication provider display name in account settings
|
|
#. Brand name label for GitHub social sign-in button
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
#: src/routes/auth/-components/social-auth.tsx
|
|
#: src/routes/dashboard/settings/authentication/-components/hooks.tsx
|
|
msgid "GitHub"
|
|
msgstr "GitHub"
|
|
|
|
#. Secondary navigation button on backup-code verification screen
|
|
#: src/components/layout/not-found-screen.tsx
|
|
#: src/routes/auth/verify-2fa-backup.tsx
|
|
msgid "Go Back"
|
|
msgstr "ត្រឡប់ក្រោយ"
|
|
|
|
#: src/routes/_home/-sections/header.tsx
|
|
msgid "Go to dashboard"
|
|
msgstr "ទៅកាន់ផ្ទាំងគ្រប់គ្រង"
|
|
|
|
#. Accessible label for button navigating from builder to resumes dashboard
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
msgid "Go to resumes dashboard"
|
|
msgstr "ទៅកាន់ផ្ទាំងគ្រប់គ្រងប្រវត្តិរូប"
|
|
|
|
#: src/components/command-palette/pages/navigation.tsx
|
|
msgid "Go to..."
|
|
msgstr "ទៅកាន់..."
|
|
|
|
#. Authentication provider display name in account settings
|
|
#. Brand name label for Google social sign-in button
|
|
#: src/routes/auth/-components/social-auth.tsx
|
|
#: src/routes/dashboard/settings/authentication/-components/hooks.tsx
|
|
msgid "Google"
|
|
msgstr "Google"
|
|
|
|
#. AI provider option label in dashboard AI settings
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Google Gemini"
|
|
msgstr "Google Gemini"
|
|
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
msgid "Grade"
|
|
msgstr "ចំណាត់ថ្នាក់"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Greek"
|
|
msgstr "Greek"
|
|
|
|
#: src/routes/dashboard/resumes/index.tsx
|
|
msgid "Grid"
|
|
msgstr "ក្រឡារៀបចំ"
|
|
|
|
#: src/routes/_home/-sections/donate.tsx
|
|
msgid "Grow the Team"
|
|
msgstr "ពង្រីកក្រុម"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
|
|
msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
|
msgid "Heading"
|
|
msgstr "ចំណងជើង"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Heading 1"
|
|
msgstr "ចំណងជើង ១"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Heading 2"
|
|
msgstr "ចំណងជើង ២"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Heading 3"
|
|
msgstr "ចំណងជើង ៣"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Heading 4"
|
|
msgstr "ចំណងជើង ៤"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Heading 5"
|
|
msgstr "ចំណងជើង ៥"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Heading 6"
|
|
msgstr "ចំណងជើង ៦"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
|
|
msgid "Headline"
|
|
msgstr "ក្បាលសារពណ៌នាខ្លី"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Hebrew"
|
|
msgstr "Hebrew"
|
|
|
|
#: src/routes/_home/-sections/donate.tsx
|
|
msgid "Help me bring more experienced contributors on board, reducing the burden on a single maintainer and accelerating development."
|
|
msgstr "ជួយខ្ញុំនាំអ្នកចូលរួមដែលមានបទពិសោធន៍ច្រើនជាងមកជួយ កាត់បន្ថយបន្ទុកលើអ្នកថែទាំតែម្នាក់ និងបង្កើនល្បឿនអភិវឌ្ឍន៍។"
|
|
|
|
#: src/routes/dashboard/settings/preferences.tsx
|
|
msgid "Help translate the app to your language"
|
|
msgstr "ជួយបកប្រែកម្មវិធីទៅជាភាសារបស់អ្នក"
|
|
|
|
#: src/dialogs/resume/template/gallery.tsx
|
|
msgid "Here's a range of resume templates for different professions and personalities. Whether you prefer modern or classic, bold or simple, there is a design to match you. Look through the options below and choose a template that fits your style."
|
|
msgstr "នេះជាជួរគំរូប្រវត្តិរូបសម្រាប់មុខរបរ និងលក្ខណៈផ្ទាល់ខ្លួនផ្សេងៗ។ មិនថាអ្នកពេញចិត្តរចនាបថទំនើប ឬបែបបុរាណ ដិត ឬសាមញ្ញ ក៏មានរចនាបថមួយសមស្របនឹងអ្នក។ សូមមើលជម្រើសខាងក្រោម ហើយជ្រើសគំរូដែលសមពីរៀងនឹងរចនាបថរបស់អ្នក។"
|
|
|
|
#: src/dialogs/api-key/create.tsx
|
|
msgid "Here's your new API key"
|
|
msgstr "នេះជាកូនសោ API ថ្មីរបស់អ្នក"
|
|
|
|
#: src/components/level/combobox.tsx
|
|
#: src/dialogs/resume/sections/language.tsx
|
|
#: src/dialogs/resume/sections/skill.tsx
|
|
msgid "Hidden"
|
|
msgstr "លាក់"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
|
|
msgid "Hide"
|
|
msgstr "លាក់"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
|
|
msgid "Hide all icons on the resume"
|
|
msgstr "លាក់រូបតំណាងទាំងអស់លើប្រវត្តិរូប"
|
|
|
|
#. Accessible label for button that hides password in registration form
|
|
#. Accessible label for button that hides password in reset-password form
|
|
#. Accessible label for button that hides password on protected resume screen
|
|
#. Accessible label for button that hides the password in login form
|
|
#. Accessible label for toggle button that hides the visible current password
|
|
#. Accessible label for toggle button that hides the visible new password
|
|
#. Accessible label for toggle button that hides the visible password in two-factor disable dialog
|
|
#. Accessible label for toggle button that hides the visible password in two-factor setup
|
|
#: src/dialogs/auth/change-password.tsx
|
|
#: src/dialogs/auth/disable-two-factor.tsx
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
#: src/routes/auth/login.tsx
|
|
#: src/routes/auth/register.tsx
|
|
#: src/routes/auth/reset-password.tsx
|
|
#: src/routes/auth/resume-password.tsx
|
|
msgid "Hide password"
|
|
msgstr "លាក់ពាក្យសម្ងាត់"
|
|
|
|
#. Impact severity label in resume analysis suggestion card
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "High"
|
|
msgstr "ខ្ពស់"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Highlight"
|
|
msgstr "រំលេច"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Hindi"
|
|
msgstr "Hindi"
|
|
|
|
#: src/components/command-palette/pages/navigation.tsx
|
|
msgid "Home"
|
|
msgstr "ទំព័រដើម"
|
|
|
|
#: src/routes/_home/-sections/faq.tsx
|
|
msgid "How do I share my resume?"
|
|
msgstr "តើខ្ញុំចែករំលែកប្រវត្តិរូបរបស់ខ្ញុំដោយរបៀបណា?"
|
|
|
|
#: src/routes/dashboard/settings/api-keys.tsx
|
|
msgid "How do I use the API?"
|
|
msgstr "តើខ្ញុំប្រើ API ដោយរបៀបណា?"
|
|
|
|
#: src/routes/_home/-sections/faq.tsx
|
|
msgid "How is my data protected?"
|
|
msgstr "តើទិន្នន័យរបស់ខ្ញុំត្រូវបានការពារដោយរបៀបណា?"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Hungarian"
|
|
msgstr "Hungarian"
|
|
|
|
#: src/components/level/combobox.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/design.tsx
|
|
msgid "Icon"
|
|
msgstr "រូបតំណាង"
|
|
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "Import"
|
|
msgstr "នាំចូល"
|
|
|
|
#: src/dialogs/resume/import.tsx
|
|
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
|
|
#: src/routes/dashboard/resumes/-components/list-view.tsx
|
|
msgid "Import an existing resume"
|
|
msgstr "នាំចូលប្រវត្តិរូបមានស្រាប់"
|
|
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "Importing your resume..."
|
|
msgstr "កំពុងនាំចូលប្រវត្តិរូបរបស់អ្នក..."
|
|
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "Importing..."
|
|
msgstr "កំពុងនាំចូល..."
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Indonesian"
|
|
msgstr "Indonesian"
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Information"
|
|
msgstr "ព័ត៌មាន"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Inline Code"
|
|
msgstr "កូដក្នុងបន្ទាត់"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Insert Table"
|
|
msgstr "បញ្ចូលតារាង"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Instant Generation"
|
|
msgstr "ការបង្កើតភ្លាមៗ"
|
|
|
|
#: src/components/command-palette/pages/navigation.tsx
|
|
#: src/routes/dashboard/-components/sidebar.tsx
|
|
#: src/routes/dashboard/settings/integrations/route.tsx
|
|
msgid "Integrations"
|
|
msgstr "ការរួមបញ្ចូល"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Interests"
|
|
msgstr "ចំណាប់អារម្មណ៍"
|
|
|
|
#. Error shown when AI provider credentials or base URL are invalid in AI settings
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Invalid AI provider configuration. Please check your settings."
|
|
msgstr "ការកំណត់រចនាសម្ព័ន្ធអ្នកផ្តល់សេវា AI មិនត្រឹមត្រូវទេ។ សូមពិនិត្យការកំណត់របស់អ្នក។"
|
|
|
|
#: src/routes/_home/-sections/faq.tsx
|
|
msgid "Is Reactive Resume available in multiple languages?"
|
|
msgstr "តើ Reactive Resume អាចប្រើបានជាភាសាច្រើនទេ?"
|
|
|
|
#: src/routes/_home/-sections/faq.tsx
|
|
msgid "Is Reactive Resume really free?"
|
|
msgstr "តើ Reactive Resume ពិតជាឥតគិតថ្លៃមែនទេ?"
|
|
|
|
#: src/dialogs/resume/sections/certification.tsx
|
|
msgid "Issuer"
|
|
msgstr "អ្នកផ្តល់វិញ្ញាបនបត្រ"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Italian"
|
|
msgstr "Italian"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Italic"
|
|
msgstr "អក្សរទ្រេត"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Japanese"
|
|
msgstr "Japanese"
|
|
|
|
#. Example full name placeholder on profile settings form
|
|
#. Example full name placeholder on registration form
|
|
#: src/routes/auth/register.tsx
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "John Doe"
|
|
msgstr "ចន ដូ"
|
|
|
|
#. Example username placeholder on profile settings form
|
|
#. Example username placeholder on registration form
|
|
#: src/routes/auth/register.tsx
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "john.doe"
|
|
msgstr "john.doe"
|
|
|
|
#. Example email placeholder for login identifier field
|
|
#. Example email placeholder on forgot-password form
|
|
#. Example email placeholder on profile settings form
|
|
#. Example email placeholder on registration form
|
|
#: src/routes/auth/forgot-password.tsx
|
|
#: src/routes/auth/login.tsx
|
|
#: src/routes/auth/register.tsx
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "john.doe@example.com"
|
|
msgstr "john.doe@example.com"
|
|
|
|
#. Import source option for standard JSON Resume format
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "JSON Resume"
|
|
msgstr "JSON Resume"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Justify Align"
|
|
msgstr "តម្រង់សមរម្យទាំងផ្នែកស្តាំ និងឆ្វេង"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Kannada"
|
|
msgstr "Kannada"
|
|
|
|
#: src/dialogs/resume/sections/interest.tsx
|
|
#: src/dialogs/resume/sections/skill.tsx
|
|
msgid "Keywords"
|
|
msgstr "ពាក្យគន្លឹះ"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Khmer"
|
|
msgstr "Khmer"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Korean"
|
|
msgstr "Korean"
|
|
|
|
#. Short field label for custom display text associated with a URL
|
|
#: src/components/input/url-input.tsx
|
|
msgid "Label"
|
|
msgstr "ស្លាក"
|
|
|
|
#. Preset button for setting picture aspect ratio to landscape orientation
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
msgid "Landscape"
|
|
msgstr "ផ្ទៃទេសភាព"
|
|
|
|
#. Menu item that opens language selection submenu
|
|
#: src/components/command-palette/pages/preferences/language.tsx
|
|
#: src/components/user/dropdown-menu.tsx
|
|
#: src/dialogs/resume/sections/language.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
|
|
#: src/routes/dashboard/settings/preferences.tsx
|
|
msgid "Language"
|
|
msgstr "ភាសា"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Languages"
|
|
msgstr "ភាសា"
|
|
|
|
#. placeholder {0}: new Date(analysis.updatedAt).toLocaleString()
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Last analyzed on {0}"
|
|
msgstr "បានវិភាគចុងក្រោយនៅ {0}"
|
|
|
|
#. placeholder {0}: statistics.lastDownloadedAt.toDateString()
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
|
|
msgid "Last downloaded on {0}"
|
|
msgstr "បានទាញយកចុងក្រោយនៅថ្ងៃទី {0}"
|
|
|
|
#: src/routes/dashboard/resumes/-components/cards/resume-card.tsx
|
|
#: src/routes/dashboard/resumes/-components/list-view.tsx
|
|
msgid "Last updated on {updatedAt}"
|
|
msgstr "បានបច្ចុប្បន្នភាពចុងក្រោយនៅ {updatedAt}"
|
|
|
|
#. placeholder {0}: statistics.lastViewedAt.toDateString()
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
|
|
msgid "Last viewed on {0}"
|
|
msgstr "បានមើលចុងក្រោយនៅថ្ងៃទី {0}"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Latvian"
|
|
msgstr "Latvian"
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Layout"
|
|
msgstr "ប្លង់"
|
|
|
|
#: src/routes/_home/-sections/hero.tsx
|
|
msgid "Learn More"
|
|
msgstr "ស្វែងយល់បន្ថែម"
|
|
|
|
#: src/hooks/use-form-blocker.tsx
|
|
msgid "Leave"
|
|
msgstr "ចាកចេញ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
|
|
msgid "Leave empty to reset the title to the original."
|
|
msgstr "ទុកវែងៗ ដើម្បីកំណត់ចំណងជើងឲ្យត្រឡប់ទៅដើមវិញ។"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Left Align"
|
|
msgstr "តម្រង់ឆ្វេង"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
|
|
msgid "Letter"
|
|
msgstr "លិខិត"
|
|
|
|
#: src/dialogs/resume/sections/language.tsx
|
|
#: src/dialogs/resume/sections/skill.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/design.tsx
|
|
msgid "Level"
|
|
msgstr "កម្រិត"
|
|
|
|
#. Accessible label for skill/proficiency level indicator, where level is current value out of 5
|
|
#: src/components/level/display.tsx
|
|
msgid "Level {level} of 5"
|
|
msgstr "កម្រិត {level} ក្នុងចំណោម ៥"
|
|
|
|
#: src/components/ui/copyright.tsx
|
|
msgid "Licensed under <0>MIT</0>."
|
|
msgstr "មានអាជ្ញាប័ណ្ណក្រោម <0>MIT</0>។"
|
|
|
|
#. Appearance theme option for light mode
|
|
#: src/components/user/dropdown-menu.tsx
|
|
#: src/libs/theme.ts
|
|
msgid "Light"
|
|
msgstr "ភ្លឺ"
|
|
|
|
#: src/components/command-palette/pages/preferences/theme.tsx
|
|
msgid "Light theme"
|
|
msgstr "ស្បែកភ្លឺ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
|
|
msgid "Line Height"
|
|
msgstr "កម្ពស់បន្ទាត់"
|
|
|
|
#. Authentication provider display name in account settings
|
|
#. Brand name label for LinkedIn social sign-in button
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
#: src/routes/auth/-components/social-auth.tsx
|
|
#: src/routes/dashboard/settings/authentication/-components/hooks.tsx
|
|
msgid "LinkedIn"
|
|
msgstr "LinkedIn"
|
|
|
|
#: src/routes/dashboard/settings/authentication/-components/hooks.tsx
|
|
msgid "Linking your {providerName} account..."
|
|
msgstr "កំពុងតភ្ជាប់គណនី {providerName} របស់អ្នក..."
|
|
|
|
#: src/routes/dashboard/resumes/index.tsx
|
|
msgid "List"
|
|
msgstr "បញ្ជី"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Lithuanian"
|
|
msgstr "Lithuanian"
|
|
|
|
#: src/components/command-palette/pages/resumes.tsx
|
|
msgid "Loading resumes..."
|
|
msgstr "កំពុងផ្ទុកប្រវត្តិរូប..."
|
|
|
|
#: src/components/layout/loading-screen.tsx
|
|
msgid "Loading..."
|
|
msgstr "កំពុងផ្ទុក..."
|
|
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
#: src/dialogs/resume/sections/volunteer.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
|
|
msgid "Location"
|
|
msgstr "ទីតាំង"
|
|
|
|
#. Resume card context menu action to prevent edits
|
|
#. Resume card dropdown action to prevent edits
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/dropdown-menu.tsx
|
|
msgid "Lock"
|
|
msgstr "ចាក់សោ"
|
|
|
|
#. User menu action to sign out of current account
|
|
#: src/components/user/dropdown-menu.tsx
|
|
msgid "Logout"
|
|
msgstr "ចេញពីប្រព័ន្ធ"
|
|
|
|
#: src/routes/_home/-sections/donate.tsx
|
|
msgid "Long-term Sustainability"
|
|
msgstr "ធនធានរយៈពេលវែង"
|
|
|
|
#. Link to backup-code verification flow when authenticator app is unavailable
|
|
#: src/routes/auth/verify-2fa.tsx
|
|
msgid "Lost access to your authenticator?"
|
|
msgstr "បាត់បង់សិទ្ធិចូលដំណើរការកម្មវិធីផ្ទៀងផ្ទាត់អត្តសញ្ញាណរបស់អ្នកឬ?"
|
|
|
|
#. Impact severity label in resume analysis suggestion card
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Low"
|
|
msgstr "ទាប"
|
|
|
|
#. Layout editor column label for the primary content area
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
|
|
msgid "Main"
|
|
msgstr "មេ"
|
|
|
|
#: src/routes/_home/-sections/header.tsx
|
|
msgid "Main navigation"
|
|
msgstr "ការរុករកមេ"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Malay"
|
|
msgstr "Malay"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Malayalam"
|
|
msgstr "Malayalam"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Marathi"
|
|
msgstr "Marathi"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
|
|
msgid "Margin (Horizontal)"
|
|
msgstr "រឹម (ផ្ដេក)"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
|
|
msgid "Margin (Vertical)"
|
|
msgstr "រឹម (បញ្ឈរ)"
|
|
|
|
#. Impact severity label in resume analysis suggestion card
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Medium"
|
|
msgstr "មធ្យម"
|
|
|
|
#. File format label in import source selector
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "Microsoft Word"
|
|
msgstr "Microsoft Word"
|
|
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Model"
|
|
msgstr "ម៉ូដែល"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "More proposal actions"
|
|
msgstr "សកម្មភាពស្នើបន្ថែមទៀត"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
|
|
msgid "Move to"
|
|
msgstr "ផ្លាស់ទីទៅ"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Multilingual"
|
|
msgstr "ច្រើនភាសា"
|
|
|
|
#. Placeholder text for custom link URL field in resume builder
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
|
|
msgid "Must start with https://"
|
|
msgstr "ត្រូវតែចាប់ផ្តើមដោយ https://"
|
|
|
|
#. Label for full name input on registration form
|
|
#: src/dialogs/api-key/create.tsx
|
|
#: src/dialogs/resume/index.tsx
|
|
#: src/dialogs/resume/sections/interest.tsx
|
|
#: src/dialogs/resume/sections/project.tsx
|
|
#: src/dialogs/resume/sections/reference.tsx
|
|
#: src/dialogs/resume/sections/skill.tsx
|
|
#: src/routes/auth/register.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Name"
|
|
msgstr "ឈ្មោះ"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Needs review"
|
|
msgstr "ត្រូវការការពិនិត្យឡើងវិញ"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Nepali"
|
|
msgstr "Nepali"
|
|
|
|
#: src/dialogs/resume/sections/profile.tsx
|
|
msgid "Network"
|
|
msgstr "បណ្ដាញ"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "New features are constantly being added and improved, so be sure to check back often."
|
|
msgstr "មុខងារថ្មីៗកំពុងត្រូវបានបន្ថែម និងធ្វើឱ្យប្រសើរឡើងជារៀងរាល់ពេល ដូច្នេះសូមវិលមកមើលញឹកញាប់។"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "New Line"
|
|
msgstr "បន្ទាត់ថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
|
|
msgid "New Page"
|
|
msgstr "ទំព័រថ្មី"
|
|
|
|
#. Label for new password input on reset-password form
|
|
#: src/dialogs/auth/change-password.tsx
|
|
#: src/routes/auth/reset-password.tsx
|
|
msgid "New Password"
|
|
msgstr "ពាក្យសម្ងាត់ថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
|
|
msgid "New Section"
|
|
msgstr "ផ្នែកថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Next"
|
|
msgstr "បន្ទាប់"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "No Advertising, No Tracking"
|
|
msgstr "គ្មានការផ្សពាណិជ្ជកម្ម គ្មានការតាមដាន"
|
|
|
|
#. Error shown when AI import endpoint returns no parsed resume data
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "No data was returned from the AI provider."
|
|
msgstr "មិនមានទិន្នន័យត្រូវបានត្រឡប់មកពីអ្នកផ្តល់សេវា AI ទេ។"
|
|
|
|
#: src/routes/dashboard/settings/authentication/-components/passkeys.tsx
|
|
msgid "No passkeys registered yet."
|
|
msgstr "មិនទាន់មាន passkey បានចុះឈ្មោះទេ។"
|
|
|
|
#: src/components/ui/combobox.tsx
|
|
msgid "No results found."
|
|
msgstr "រកមិនឃើញលទ្ធផល។"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Norwegian"
|
|
msgstr "Norwegian"
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Notes"
|
|
msgstr "កំណត់ចំណាំ"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Odia"
|
|
msgstr "Odia"
|
|
|
|
#. AI provider option label in dashboard AI settings
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Ollama"
|
|
msgstr "Ollama"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "One-Click Sign-In"
|
|
msgstr "ចូលក្នុងម្តង"
|
|
|
|
#: src/routes/_home/-sections/donate.tsx
|
|
msgid "Ongoing Maintenance"
|
|
msgstr "ការថែទាំបន្ត"
|
|
|
|
#. Resume card context menu action to open the resume editor
|
|
#. Resume card dropdown action to open the resume editor
|
|
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/dropdown-menu.tsx
|
|
msgid "Open"
|
|
msgstr "បើក"
|
|
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
msgid "Open AI assistant"
|
|
msgstr "បើកជំនួយការ AI"
|
|
|
|
#. Button label to open the user's default email app
|
|
#: src/routes/auth/forgot-password.tsx
|
|
msgid "Open Email Client"
|
|
msgstr "បើកកម្មវិធីអ៊ីមែល"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Open Integrations"
|
|
msgstr "ការរួមបញ្ចូលបើកចំហ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Open Integrations Settings"
|
|
msgstr "បើកការកំណត់ការរួមបញ្ចូល"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Open Source"
|
|
msgstr "បើកប្រភព"
|
|
|
|
#. AI provider option label in dashboard AI settings
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "OpenAI"
|
|
msgstr "OpenAI"
|
|
|
|
#. AI provider option label in dashboard AI settings
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "OpenRouter"
|
|
msgstr "OpenRouter"
|
|
|
|
#: src/routes/_home/-sections/donate.tsx
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
msgid "opens in new tab"
|
|
msgstr "បើកក្នុងផ្ទាំងថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Optionally, set a password so that only people with the password can view your resume through the link."
|
|
msgstr "ជាជម្រើស អ្នកអាចកំណត់ពាក្យសម្ងាត់មួយ ដូច្នេះតែមនុស្សដែលមានពាក្យសម្ងាត់ប៉ុណ្ណោះ អាចមើលប្រវត្តិរូបរបស់អ្នកតាមតំណបាន។"
|
|
|
|
#: src/routes/auth/-components/social-auth.tsx
|
|
msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) instead of email and password"
|
|
msgid "or continue with"
|
|
msgstr "ឬបន្តជាមួយ"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Ordered List"
|
|
msgstr "បញ្ជីមានលេខ"
|
|
|
|
#: src/dialogs/resume/sections/volunteer.tsx
|
|
msgid "Organization"
|
|
msgstr "អង្គការ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Overall Score"
|
|
msgstr "ពិន្ទុសរុប"
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Page"
|
|
msgstr "ទំព័រ"
|
|
|
|
#. Layout editor page label with 1-based page number
|
|
#. placeholder {0}: pageIndex + 1
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
|
|
msgid "Page {0}"
|
|
msgstr "ទំព័រ {0}"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Paragraph"
|
|
msgstr "កថាខណ្ឌ"
|
|
|
|
#. Authentication provider display name in account settings
|
|
#. Label for passkey sign-in button
|
|
#: src/routes/auth/-components/social-auth.tsx
|
|
#: src/routes/dashboard/settings/authentication/-components/hooks.tsx
|
|
msgid "Passkey"
|
|
msgstr "កូនសោកំណត់អត្តសញ្ញាណ"
|
|
|
|
#: src/routes/dashboard/settings/authentication/-components/passkeys.tsx
|
|
msgid "Passkey deleted successfully."
|
|
msgstr "បានលុប Passkey ដោយជោគជ័យ។"
|
|
|
|
#: src/routes/dashboard/settings/authentication/-components/passkeys.tsx
|
|
msgid "Passkey registered successfully."
|
|
msgstr "បានចុះឈ្មោះ Passkey ដោយជោគជ័យ។"
|
|
|
|
#: src/routes/dashboard/settings/authentication/-components/passkeys.tsx
|
|
msgid "Passkeys"
|
|
msgstr "កូនសោកំណត់អត្តសញ្ញាណ"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Passkeys & 2FA"
|
|
msgstr "កូនសោកំណត់អត្តសញ្ញាណ & 2FA"
|
|
|
|
#. Authentication provider display name in account settings
|
|
#. Label for password input on login form
|
|
#. Label for password input on protected resume access form
|
|
#. Label for password input on registration form
|
|
#: src/dialogs/auth/disable-two-factor.tsx
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
#: src/routes/auth/login.tsx
|
|
#: src/routes/auth/register.tsx
|
|
#: src/routes/auth/resume-password.tsx
|
|
#: src/routes/dashboard/settings/authentication/-components/hooks.tsx
|
|
#: src/routes/dashboard/settings/authentication/-components/password.tsx
|
|
msgid "Password"
|
|
msgstr "ពាក្យសម្ងាត់"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Password cannot be empty."
|
|
msgstr "ពាក្យសម្ងាត់មិនអាចទុកទទេឡើយ។"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Password Protection"
|
|
msgstr "ការការពារដោយពាក្យសម្ងាត់"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Password protection has been disabled."
|
|
msgstr "ការការពារដោយពាក្យសម្ងាត់ត្រូវបានបិទ។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Password protection has been enabled."
|
|
msgstr "ការការពារដោយពាក្យសម្ងាត់ត្រូវបានបើក។"
|
|
|
|
#. File format label in import source selector
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "PDF"
|
|
msgstr "PDF"
|
|
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
#: src/dialogs/resume/sections/project.tsx
|
|
#: src/dialogs/resume/sections/volunteer.tsx
|
|
msgid "Period"
|
|
msgstr "កំឡុងពេល"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Persian"
|
|
msgstr "Persian"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
|
msgstr "ប្ដូរប្រវត្តិរូបរបស់អ្នកឲ្យទាន់សម័យជាមួយពណ៌ ពុម្ពអក្សរ ឬរចនាប័ទ្មណាមួយ ហើយធ្វើឱ្យវាក្លាយជារបស់អ្នកផ្ទាល់។"
|
|
|
|
#: src/dialogs/resume/sections/reference.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
|
|
msgid "Phone"
|
|
msgstr "ទូរស័ព្ទ"
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Picture"
|
|
msgstr "រូបភាព"
|
|
|
|
#: src/routes/auth/reset-password.tsx
|
|
msgid "Please enter a new password for your account"
|
|
msgstr "សូមបញ្ចូលពាក្យសម្ងាត់ថ្មីមួយសម្រាប់គណនីរបស់អ្នក"
|
|
|
|
#: src/routes/auth/resume-password.tsx
|
|
msgid "Please enter the password shared with you by the owner of the resume to continue."
|
|
msgstr "សូមបញ្ចូលពាក្យសម្ងាត់ ដែលម្ចាស់ប្រវត្តិរូបបានចែករំលែកឲ្យអ្នក ដើម្បីបន្ត។"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Please enter the URL you want to link to:"
|
|
msgstr "សូមបញ្ចូល URL ដែលអ្នកចង់តភ្ជាប់ទៅ៖"
|
|
|
|
#: src/components/ui/donation-toast.tsx
|
|
msgid "Please support the project"
|
|
msgstr "សូមជួយគាំទ្រគម្រោងនេះផង"
|
|
|
|
#: src/routes/$username/-components/public-resume.tsx
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/export.tsx
|
|
msgid "Please wait while your PDF is being generated..."
|
|
msgstr "សូមរង់ចាំ ខណៈពេលកំពុងបង្កើត PDF របស់អ្នក..."
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Polish"
|
|
msgstr "Polish"
|
|
|
|
#. Preset button for setting picture aspect ratio to portrait orientation
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
msgid "Portrait"
|
|
msgstr "រូបឈរ"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Portuguese (Brazil)"
|
|
msgstr "Portuguese (Brazil)"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Portuguese (Portugal)"
|
|
msgstr "Portuguese (Portugal)"
|
|
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
#: src/dialogs/resume/sections/reference.tsx
|
|
msgid "Position"
|
|
msgstr "តួនាទី"
|
|
|
|
#: src/components/command-palette/pages/navigation.tsx
|
|
#: src/components/command-palette/pages/preferences/index.tsx
|
|
#: src/routes/dashboard/-components/sidebar.tsx
|
|
#: src/routes/dashboard/settings/preferences.tsx
|
|
msgid "Preferences"
|
|
msgstr "ចំណង់ចំណូលចិត្ត"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Preparing changes"
|
|
msgstr "កំពុងរៀបចំការផ្លាស់ប្តូរ"
|
|
|
|
#: src/components/input/color-picker.tsx
|
|
msgid "Presets"
|
|
msgstr "កំណត់ជាមុន"
|
|
|
|
#: src/components/input/chip-input.tsx
|
|
msgid "Press <0>{RETURN_KEY}</0> or <1>{COMMA_KEY}</1> to add or save the current keyword."
|
|
msgstr "ចុច <0>{RETURN_KEY}</0> ឬ <1>{COMMA_KEY}</1> ដើម្បីបន្ថែម ឬរក្សាទុកពាក្យគន្លឹះបច្ចុប្បន្ន។"
|
|
|
|
#. Command palette hint that pressing Enter opens the selected resume
|
|
#: src/components/command-palette/pages/resumes.tsx
|
|
msgid "Press <0>Enter</0> to open"
|
|
msgstr "ចុច <0>Enter</0> ដើម្បីបើក"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Prev"
|
|
msgstr "មុន"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/design.tsx
|
|
msgid "Primary Color"
|
|
msgstr "ពណ៌មូលដ្ឋាន"
|
|
|
|
#: src/dialogs/resume/sections/skill.tsx
|
|
msgid "Proficiency"
|
|
msgstr "កម្រិតជំនាញ"
|
|
|
|
#: src/components/command-palette/pages/navigation.tsx
|
|
#: src/routes/dashboard/-components/sidebar.tsx
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Profile"
|
|
msgstr "ប្រវត្តិសង្ខេប"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Profiles"
|
|
msgstr "ប្រវត្តិសង្ខេបបណ្ដាញសង្គម"
|
|
|
|
#: src/components/level/combobox.tsx
|
|
msgid "Progress Bar"
|
|
msgstr "របារវឌ្ឍនភាព"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Projects"
|
|
msgstr "គម្រោង"
|
|
|
|
#. placeholder {0}: index + 1
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Proposal {0} of {total}"
|
|
msgstr "សំណើ {0} នៃ {total}"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Protect your resume from unauthorized access with a password"
|
|
msgstr "ការពារប្រវត្តិរូបរបស់អ្នកពីការចូលដំណើរការដោយមិនបានអនុញ្ញាត ដោយប្រើពាក្យសម្ងាត់"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Protect your resume with a password, and let only people with the password view it."
|
|
msgstr "ការពារប្រវត្តិរូបរបស់អ្នកដោយពាក្យសម្ងាត់ ហើយអនុញ្ញាតឲ្យតែមនុស្សដែលមានពាក្យសម្ងាត់ប៉ុណ្ណោះអាចមើលវា។"
|
|
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Provider"
|
|
msgstr "អ្នកផ្តល់សេវា"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Publications"
|
|
msgstr "អត្ថបទផ្សព្វផ្សាយ"
|
|
|
|
#: src/dialogs/resume/sections/publication.tsx
|
|
msgid "Publisher"
|
|
msgstr "អ្នកបោះពុម្ពផ្សាយ"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Raw JSON Patch"
|
|
msgstr "បំណះ JSON ឆៅ"
|
|
|
|
#: src/routes/_home/-sections/header.tsx
|
|
msgid "Reactive Resume - Go to homepage"
|
|
msgstr "Reactive Resume - ទៅកាន់ទំព័រដើម"
|
|
|
|
#. Import source option for current Reactive Resume JSON format
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "Reactive Resume (JSON)"
|
|
msgstr "Reactive Resume (JSON)"
|
|
|
|
#: src/routes/_home/-sections/prefooter.tsx
|
|
msgid "Reactive Resume continues to grow thanks to its vibrant community. This project owes its progress to numerous individuals who've dedicated their time and skills to make it better. We celebrate the coders who've enhanced its features on GitHub, the linguists whose translations on Crowdin have made it accessible to a broader audience, and the people who've donated to support its continued development."
|
|
msgstr "Reactive Resume បន្តលូតលាស់ដោយសារសហគមន៍រស់រវើករបស់វា។ គម្រោងនេះជំពាក់ ការរីកចម្រើនរបស់វា ចំពោះមនុស្សជាច្រើនដែលបានឧទ្ទិសពេលវេលា និងជំនាញរបស់ពួកគេ ដើម្បីធ្វើឱ្យវាប្រសើរឡើង។ យើងសូមអបអរសាទរកម្មវិធីសើរ ដែលបានពង្រឹងមុខងាររបស់វាលើ GitHub អ្នកភាសា ដែលការបកប្រែរបស់ពួកគេលើ Crowdin បានធ្វើឱ្យវាអាចប្រើបានទូលំទូលាយ និងមនុស្សដែលបានបរិច្ចាគ ដើម្បីគាំទ្រការអភិវឌ្ឍន៍បន្តរបស់វា។"
|
|
|
|
#: src/routes/_home/-sections/donate.tsx
|
|
msgid "Reactive Resume is a free and open-source project, built with love and maintained by me and a community of contributors. Your donations help keep the lights on and the code flowing."
|
|
msgstr "Reactive Resume ជាគម្រោងឥតគិតថ្លៃ និងបើកប្រភព ដែលបានបង្កើតដោយចិត្តស្រឡាញ់ ហើយត្រូវបានថែទាំដោយខ្ញុំ និងសហគមន៍អ្នករួមចំណែក។ ការបរិច្ចាគរបស់អ្នកជួយរក្សាអោយមានថាមពល និងកូដបន្តហូរ។"
|
|
|
|
#: src/routes/_home/-sections/hero.tsx
|
|
msgid "Reactive Resume is a free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
|
msgstr "Reactive Resume ជាកម្មវិធីបង្កើតប្រវត្តិរូបឥតគិតថ្លៃ និងបើកប្រភព ដែលធ្វើឱ្យដំណើរការបង្កើត បច្ចុប្បន្នភាព និងចែករំលែកប្រវត្តិរូបរបស់អ្នក ក្លាយជារឿងងាយស្រួល។"
|
|
|
|
#: src/components/ui/donation-toast.tsx
|
|
msgid "Reactive Resume is free and open source. If it has helped you, please consider donating."
|
|
msgstr "Reactive Resume គឺឥតគិតថ្លៃ និងជាប្រភពបើកចំហ។ ប្រសិនបើវាបានជួយអ្នក សូមពិចារណាបរិច្ចាគ។"
|
|
|
|
#: src/routes/_home/-sections/faq.tsx
|
|
msgid "Reactive Resume is open-source, privacy-focused, and completely free. Unlike other resume builders, it doesn't show ads, track your data, or limit your features behind a paywall."
|
|
msgstr "Reactive Resume គឺបើកប្រភព ផ្តោតលើភាពឯកជន និងឥតគិតថ្លៃទាំងស្រុង។ ខុសពីកម្មវិធីបង្កើតប្រវត្តិរូបផ្សេងៗ វាមិនបង្ហាញពាណិជ្ជកម្ម មិនតាមដានទិន្នន័យរបស់អ្នក ហើយមិនកំណត់មុខងារពីក្រោយ paywall ឡើយ។"
|
|
|
|
#. App version label in footer; includes semantic version variable
|
|
#: src/components/ui/copyright.tsx
|
|
msgid "Reactive Resume v{__APP_VERSION__}"
|
|
msgstr "Reactive Resume v{__APP_VERSION__}"
|
|
|
|
#. Import source option for legacy Reactive Resume v4 JSON format
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "Reactive Resume v4 (JSON)"
|
|
msgstr "Reactive Resume v4 (JSON)"
|
|
|
|
#: src/dialogs/resume/sections/cover-letter.tsx
|
|
msgid "Recipient"
|
|
msgstr "អ្នកទទួល"
|
|
|
|
#: src/components/level/combobox.tsx
|
|
msgid "Rectangle"
|
|
msgstr "ចតុកោណ"
|
|
|
|
#: src/components/level/combobox.tsx
|
|
msgid "Rectangle (Full Width)"
|
|
msgstr "ចតុកោណ (ទទឹងពេញ)"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
msgid "References"
|
|
msgstr "យោង"
|
|
|
|
#: src/components/layout/error-screen.tsx
|
|
msgid "Refresh"
|
|
msgstr "ផ្ទៀងផ្ទាត់ម្ដងទៀត"
|
|
|
|
#: src/routes/dashboard/settings/authentication/-components/passkeys.tsx
|
|
msgid "Register New Device"
|
|
msgstr "ចុះឈ្មោះឧបករណ៍ថ្មី"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Reject"
|
|
msgstr "បដិសេធ"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Reject all"
|
|
msgstr "បដិសេធទាំងអស់"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Rejected proposal"
|
|
msgstr "សំណើត្រូវបានបដិសេធ"
|
|
|
|
#: src/routes/auth/forgot-password.tsx
|
|
msgid "Remember your password? <0/>"
|
|
msgstr "ចាំពាក្យសម្ងាត់របស់អ្នក? <0/>"
|
|
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
msgid "Remove"
|
|
msgstr "លុបចេញ"
|
|
|
|
#. Screen reader label for button that removes a keyword chip. Variable is the current keyword text.
|
|
#: src/components/input/chip-input.tsx
|
|
msgid "Remove {chip}"
|
|
msgstr "យក {chip} ចេញ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Remove Password"
|
|
msgstr "ដកពាក្យសម្ងាត់"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Removing password protection..."
|
|
msgstr "កំពុងដកការការពារដោយពាក្យសម្ងាត់..."
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
|
|
msgid "Rename"
|
|
msgstr "ប្ដូរឈ្មោះ"
|
|
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
msgid "Reorder"
|
|
msgstr "រៀបចំឡើងវិញ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
|
|
msgid "Report a Bug"
|
|
msgstr "រាយការណ៍កំហុស"
|
|
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
msgid "Report an issue"
|
|
msgstr "រាយការណ៍បញ្ហា"
|
|
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Resend verification email"
|
|
msgstr "ផ្ញើអ៊ីមែលផ្ទៀងផ្ទាត់ម្តងទៀត"
|
|
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Resending verification email..."
|
|
msgstr "កំពុងផ្ញើអ៊ីមែលផ្ទៀងផ្ទាត់ម្តងទៀត..."
|
|
|
|
#. Destructive confirmation button label when resetting a resume section
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
|
|
msgid "Reset"
|
|
msgstr "កំណត់ឡើងវិញ"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Reset chat"
|
|
msgstr "កំណត់ការជជែកឡើងវិញ"
|
|
|
|
#. Primary action button label on reset-password form
|
|
#: src/routes/auth/reset-password.tsx
|
|
msgid "Reset Password"
|
|
msgstr "កំណត់ពាក្យសម្ងាត់ឡើងវិញ"
|
|
|
|
#: src/routes/auth/reset-password.tsx
|
|
msgid "Reset your password"
|
|
msgstr "កំណត់ពាក្យសម្ងាត់របស់អ្នកឡើងវិញ"
|
|
|
|
#: src/routes/auth/reset-password.tsx
|
|
msgid "Resetting your password..."
|
|
msgstr "កំពុងកំណត់ពាក្យសម្ងាត់របស់អ្នកឡើងវិញ..."
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Resize AI assistant"
|
|
msgstr "ប្ដូរទំហំជំនួយការ AI"
|
|
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
msgid "Resources"
|
|
msgstr "ធនធាន"
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Resume Analysis"
|
|
msgstr "ការវិភាគប្រវត្តិរូប"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Resume analysis complete."
|
|
msgstr "ការវិភាគប្រវត្តិរូបបានបញ្ចប់។"
|
|
|
|
#: src/components/command-palette/pages/navigation.tsx
|
|
#: src/components/command-palette/pages/resumes.tsx
|
|
#: src/routes/_home/-sections/statistics.tsx
|
|
#: src/routes/dashboard/-components/sidebar.tsx
|
|
#: src/routes/dashboard/resumes/index.tsx
|
|
msgid "Resumes"
|
|
msgstr "ប្រវត្តិរូប"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Review required"
|
|
msgstr "តម្រូវឱ្យមានការពិនិត្យឡើងវិញ"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Reviewed proposals"
|
|
msgstr "សំណើដែលបានពិនិត្យ"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Right Align"
|
|
msgstr "តម្រង់ស្ដាំ"
|
|
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
msgid "Role Progression"
|
|
msgstr "ការរីកចម្រើនតួនាទី"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Romanian"
|
|
msgstr "Romanian"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
msgid "Rotation"
|
|
msgstr "មុំបង្វែរ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Run your first analysis to get a scorecard, strengths, and prioritized suggestions."
|
|
msgstr "ដំណើរការវិភាគលើកដំបូងរបស់អ្នកដើម្បីទទួលបានតារាងពិន្ទុ ចំណុចខ្លាំង និងសំណើដែលបានកំណត់អាទិភាព។"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Russian"
|
|
msgstr "Russian"
|
|
|
|
#. Passkey rename prompt confirm action in authentication settings
|
|
#: src/routes/dashboard/settings/authentication/-components/passkeys.tsx
|
|
msgid "Save"
|
|
msgstr "រក្សាទុក"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
#: src/dialogs/resume/sections/award.tsx
|
|
#: src/dialogs/resume/sections/certification.tsx
|
|
#: src/dialogs/resume/sections/cover-letter.tsx
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
#: src/dialogs/resume/sections/interest.tsx
|
|
#: src/dialogs/resume/sections/language.tsx
|
|
#: src/dialogs/resume/sections/profile.tsx
|
|
#: src/dialogs/resume/sections/project.tsx
|
|
#: src/dialogs/resume/sections/publication.tsx
|
|
#: src/dialogs/resume/sections/reference.tsx
|
|
#: src/dialogs/resume/sections/skill.tsx
|
|
#: src/dialogs/resume/sections/summary-item.tsx
|
|
#: src/dialogs/resume/sections/volunteer.tsx
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Save Changes"
|
|
msgstr "រក្សាទុកការផ្លាស់ប្ដូរ"
|
|
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Scan the QR code below with your preferred authenticator app. You can also copy the secret below and paste it into your app."
|
|
msgstr "ស្កេនកូដ QR ខាងក្រោមដោយប្រើកម្មវិធីផ្ទៀងផ្ទាត់អត្តសញ្ញាណដែលអ្នកពេញចិត្ត។ អ្នកក៏អាចចម្លងកូនសោសម្ងាត់ខាងក្រោម ហើយបិទភ្ជាប់វាទៅក្នុងកម្មវិធីរបស់អ្នកផងដែរ។"
|
|
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
msgid "School"
|
|
msgstr "សាលា"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Scorecard"
|
|
msgstr "តារាងពិន្ទុ"
|
|
|
|
#. Accessible label for command palette search input
|
|
#: src/components/command-palette/index.tsx
|
|
msgid "Search commands"
|
|
msgstr "ស្វែងរកពាក្យបញ្ជា"
|
|
|
|
#. Accessible label for icon picker search input
|
|
#. Placeholder text in icon picker search input
|
|
#: src/components/input/icon-picker.tsx
|
|
msgid "Search for an icon"
|
|
msgstr "ស្វែងរករូបតំណាង"
|
|
|
|
#: src/components/command-palette/pages/resumes.tsx
|
|
msgid "Search for..."
|
|
msgstr "ស្វែងរកប្រវត្តិរូប..."
|
|
|
|
#. Placeholder in command palette input on nested pages
|
|
#: src/components/command-palette/index.tsx
|
|
#: src/components/ui/combobox.tsx
|
|
msgid "Search..."
|
|
msgstr "ស្វែងរក..."
|
|
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Secret copied to clipboard."
|
|
msgstr "កូនសោសម្ងាត់ត្រូវបានចម្លងទៅក្ដារតម្រៀប។"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
msgid "Section Type"
|
|
msgstr "ប្រភេទផ្នែក"
|
|
|
|
#: src/components/ui/combobox.tsx
|
|
msgid "Select..."
|
|
msgstr "ជ្រើសរើស..."
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Self-Host with Docker"
|
|
msgstr "ដំឡើងផ្ទាល់ខ្លួនដោយប្រើ Docker"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Send"
|
|
msgstr "ផ្ញើ"
|
|
|
|
#. Primary action button label on forgot-password form
|
|
#: src/routes/auth/forgot-password.tsx
|
|
msgid "Send Password Reset Email"
|
|
msgstr "ផ្ញើអ៊ីមែលកំណត់ពាក្យសម្ងាត់ឡើងវិញ"
|
|
|
|
#: src/routes/auth/forgot-password.tsx
|
|
msgid "Sending password reset email..."
|
|
msgstr "កំពុងផ្ញើអ៊ីមែលកំណត់ពាក្យសម្ងាត់ឡើងវិញ..."
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Sending request"
|
|
msgstr "កំពុងផ្ញើសំណើ"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Separator"
|
|
msgstr "បន្ទាត់បំបែក"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Serbian"
|
|
msgstr "Serbian"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
#: src/routes/dashboard/settings/authentication/-components/password.tsx
|
|
msgid "Set Password"
|
|
msgstr "កំណត់ពាក្យសម្ងាត់"
|
|
|
|
#: src/components/command-palette/pages/navigation.tsx
|
|
#: src/routes/dashboard/-components/sidebar.tsx
|
|
msgid "Settings"
|
|
msgstr "ការកំណត់"
|
|
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Setup Authenticator App"
|
|
msgstr "រៀបចំកម្មវិធីផ្ទៀងផ្ទាត់អត្តសញ្ញាណ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
msgid "Shadow Width"
|
|
msgstr "ទទឹងស្រមោល"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Share your resume with a public URL, and let others view it."
|
|
msgstr "ចែករំលែកប្រវត្តិរូបរបស់អ្នកដោយប្រើ URL សាធារណៈ ហើយឱ្យមនុស្សផ្សេងទៀតអាចមើលវាបាន។"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Shareable Links"
|
|
msgstr "តំណអាចចែករំលែកបាន"
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Sharing"
|
|
msgstr "ការចែករំលែក"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
|
|
msgid "Show"
|
|
msgstr "បង្ហាញ"
|
|
|
|
#: src/dialogs/resume/sections/award.tsx
|
|
#: src/dialogs/resume/sections/certification.tsx
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
#: src/dialogs/resume/sections/profile.tsx
|
|
#: src/dialogs/resume/sections/project.tsx
|
|
#: src/dialogs/resume/sections/publication.tsx
|
|
#: src/dialogs/resume/sections/reference.tsx
|
|
#: src/dialogs/resume/sections/volunteer.tsx
|
|
msgid "Show link in title"
|
|
msgstr "បង្ហាញតំណភ្ជាប់ក្នុងចំណងជើង"
|
|
|
|
#. Accessible label for button that reveals password in registration form
|
|
#. Accessible label for button that reveals password in reset-password form
|
|
#. Accessible label for button that reveals password on protected resume screen
|
|
#. Accessible label for button that reveals the password in login form
|
|
#. Accessible label for toggle button that reveals the masked current password
|
|
#. Accessible label for toggle button that reveals the masked new password
|
|
#. Accessible label for toggle button that reveals the masked password in two-factor disable dialog
|
|
#. Accessible label for toggle button that reveals the masked password in two-factor setup
|
|
#: src/dialogs/auth/change-password.tsx
|
|
#: src/dialogs/auth/disable-two-factor.tsx
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
#: src/routes/auth/login.tsx
|
|
#: src/routes/auth/register.tsx
|
|
#: src/routes/auth/reset-password.tsx
|
|
#: src/routes/auth/resume-password.tsx
|
|
msgid "Show password"
|
|
msgstr "បង្ហាញពាក្យសម្ងាត់"
|
|
|
|
#. Layout editor column label for the secondary sidebar area
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
|
|
msgid "Sidebar"
|
|
msgstr "របារបាត<<<<<<< HEAD"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/index.tsx
|
|
msgid "Sidebar Width"
|
|
msgstr "ទទឹងរបារបាត"
|
|
|
|
#. Primary action button label on login form
|
|
#: src/routes/auth/login.tsx
|
|
msgid "Sign in"
|
|
msgstr "ចូល"
|
|
|
|
#. Call-to-action link from forgot-password page to login page
|
|
#. Call-to-action link from registration page to login page
|
|
#: src/routes/auth/forgot-password.tsx
|
|
#: src/routes/auth/register.tsx
|
|
msgid "Sign in now"
|
|
msgstr "ចូលឥឡូវនេះ"
|
|
|
|
#. Title on the login page
|
|
#: src/routes/auth/login.tsx
|
|
msgid "Sign in to your account"
|
|
msgstr "ចូលទៅគណនីរបស់អ្នក"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Sign in with GitHub, Google or a custom OAuth provider."
|
|
msgstr "ចូលដោយប្រើ GitHub, Google ឬអ្នកផ្តល់ OAuth ផ្ទាល់ខ្លួន។"
|
|
|
|
#. Primary action button label on registration form
|
|
#: src/routes/auth/register.tsx
|
|
msgid "Sign up"
|
|
msgstr "ចុះឈ្មោះ"
|
|
|
|
#: src/routes/auth/-components/social-auth.tsx
|
|
#: src/routes/auth/login.tsx
|
|
msgid "Signing in..."
|
|
msgstr "កំពុងចូល..."
|
|
|
|
#: src/components/user/dropdown-menu.tsx
|
|
msgid "Signing out..."
|
|
msgstr "កំពុងចេញ..."
|
|
|
|
#: src/routes/auth/register.tsx
|
|
msgid "Signing up..."
|
|
msgstr "កំពុងចុះឈ្មោះ..."
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Single-column with a magenta left border accent; compact and efficient for entry-level or internship applications."
|
|
msgstr "ជួរឈរតែមួយ ជាមួយបន្ទាត់ពណ៌ម៉ាជែន្តាភាគីឆ្វេង រចនាប័ទ្មតូចស្រួច និងមានប្រសិទ្ធភាពសម្រាប់ការដាក់ពាក្យកម្រិតចូល ឬអាហារូបករណ៍ងារហាត់ការ។"
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Single-column with a minimal top header and lots of whitespace; clean and modern for designers or content creators."
|
|
msgstr "ជួរឈរតែមួយ មានក្បាលទំព័រខាងលើកម្រិតអប្បបរមា និងចន្លោះទទេច្រើន មានរចនាបថស្អាត និងទំនើបសម្រាប់អ្នករចនា ឬអ្នកបង្កើតមាតិកា។"
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Single-column with a sidebar and clean grid layout; versatile for any professional or technical role."
|
|
msgstr "ជួរឈរតែមួយ មានរបារបាត និងប្លង់ក្រឡាចត្រង្គស្អាត អាចប្រើបានល្អសម្រាប់តួនាទីវិជ្ជាជីវៈ ឬបច្ចេកទេសណាក៏បាន។"
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Single-column with an inline three-column entry header (position · organization · period); compact and ATS-friendly, well-suited for Asian resume conventions (CN/JP/KR)."
|
|
msgstr "ប្លង់ជួរឈរតែមួយដែលមានបឋមកថាធាតុជាបីជួរឈរនៅក្នុងបន្ទាត់តែមួយ (មុខតំណែង · ស្ថាប័ន · រយៈពេល)៖ បង្រួម ងាយស្រួលសម្រាប់ ATS និងសមស្របសម្រាប់ទម្រង់ប្រវត្តិរូបបែបអាស៊ី (CN/JP/KR)។"
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Single-column; polished and serious for senior or enterprise-level positions."
|
|
msgstr "ជួរឈរតែមួយ រូបរាងរលោង និងផ្លូវការសម្រាប់តំណែងជាន់ខ្ពស់ ឬកម្រិតសហគ្រាស។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
msgid "Size"
|
|
msgstr "ទំហំ"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Skills"
|
|
msgstr "ជំនាញ"
|
|
|
|
#: src/routes/_home/route.tsx
|
|
msgid "Skip to main content"
|
|
msgstr "រំលងទៅមាតិកាមេ"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Slovak"
|
|
msgstr "Slovak"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Slovenian"
|
|
msgstr "ស្លូវេនី"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Slug"
|
|
msgstr "Slug"
|
|
|
|
#. Fallback error description when resume analysis request fails
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Something went wrong while analyzing your resume."
|
|
msgstr "មានបញ្ហាអ្វីមួយខុសប្រក្រតីខណៈពេលវិភាគប្រវត្តិរូបរបស់អ្នក។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Something went wrong. Please try again."
|
|
msgstr "មានអ្វីមួយខុសប្រក្រតី។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#: src/routes/dashboard/resumes/index.tsx
|
|
msgid "Sort by"
|
|
msgstr "តម្រៀបតាម"
|
|
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
|
|
msgid "Source Code"
|
|
msgstr "កូដប្រភព"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
|
|
msgid "Spacing (Horizontal)"
|
|
msgstr "គម្លាត (ផ្ដេក)"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
|
|
msgid "Spacing (Vertical)"
|
|
msgstr "គម្លាត (បញ្ឈរ)"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Spanish"
|
|
msgstr "Spanish"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
|
|
msgid "Sponsors"
|
|
msgstr "អ្នកឧបត្ថម្ភ"
|
|
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
msgid "Sponsorships"
|
|
msgstr "ការឧបត្ថម្ភ"
|
|
|
|
#. Preset button for setting picture aspect ratio to square
|
|
#: src/components/level/combobox.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
msgid "Square"
|
|
msgstr "ការេ"
|
|
|
|
#: src/components/input/github-stars-button.tsx
|
|
msgid "Star us on GitHub (opens in new tab)"
|
|
msgstr "ផ្ដល់ផ្កាយឲ្យយើងលើ GitHub (បើកក្នុងផ្ទាំងថ្មី)"
|
|
|
|
#. placeholder {0}: starCount.toLocaleString()
|
|
#: src/components/input/github-stars-button.tsx
|
|
msgid "Star us on GitHub, currently {0} stars (opens in new tab)"
|
|
msgstr "ផ្ដល់ផ្កាយឲ្យយើងលើ GitHub បច្ចុប្បន្នមាន {0} ផ្កាយ (បើកក្នុងផ្ទាំងថ្មី)"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Start building your resume by giving it a name."
|
|
msgstr "ចាប់ផ្តើមបង្កើតប្រវត្តិរូបរបស់អ្នក ដោយបញ្ចូលឈ្មោះឲ្យវាសិន។"
|
|
|
|
#: src/routes/dashboard/resumes/-components/cards/create-card.tsx
|
|
#: src/routes/dashboard/resumes/-components/list-view.tsx
|
|
msgid "Start building your resume from scratch"
|
|
msgstr "ចាប់ផ្តើមបង្កើតប្រវត្តិរូបរបស់អ្នកពីសូន្យ"
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Statistics"
|
|
msgstr "ស្ថិតិ"
|
|
|
|
#: src/hooks/use-form-blocker.tsx
|
|
msgid "Stay"
|
|
msgstr "ស្ថិត"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "Stop"
|
|
msgstr "ឈប់"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Strengths"
|
|
msgstr "ចំណុចខ្លាំង"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Strike"
|
|
msgstr "អក្សរឆូត"
|
|
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
msgid "Subreddit"
|
|
msgstr "Subreddit"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "Suggestions"
|
|
msgstr "សំណើ"
|
|
|
|
#. Fallback title for a custom summary item in resume builder when content is empty
|
|
#. Fallback title for a custom summary item in resume builder when content is unavailable
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
msgid "Summary"
|
|
msgstr "សង្ខេប"
|
|
|
|
#: src/routes/_home/-sections/donate.tsx
|
|
msgid "Support Reactive Resume"
|
|
msgstr "គាំទ្រ Reactive Resume"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
|
|
msgid "Support the app by doing what you can!"
|
|
msgstr "គាំទ្រកម្មវិធី ដោយធ្វើអ្វីដែលអ្នកអាចធ្វើបាន!"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Swedish"
|
|
msgstr "Swedish"
|
|
|
|
#: src/components/theme/toggle-button.tsx
|
|
msgid "Switch to dark theme"
|
|
msgstr "ប្តូរទៅស្បែកងងឹត"
|
|
|
|
#: src/components/theme/toggle-button.tsx
|
|
msgid "Switch to light theme"
|
|
msgstr "ប្តូរទៅស្បែកភ្លឺ"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Table"
|
|
msgstr "តារាង"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Tags"
|
|
msgstr "ស្លាក"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Tags can be used to categorize your resume by keywords."
|
|
msgstr "ស្លាកអាចត្រូវបានប្រើ ដើម្បីចាត់ថ្នាក់ប្រវត្តិរូបរបស់អ្នកតាមពាក្យគន្លឹះ។"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Tamil"
|
|
msgstr "Tamil"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Telugu"
|
|
msgstr "Telugu"
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Template"
|
|
msgstr "គំរូ"
|
|
|
|
#: src/dialogs/resume/template/gallery.tsx
|
|
msgid "Template Gallery"
|
|
msgstr "វិចិត្រសាលគំរូ"
|
|
|
|
#: src/routes/_home/-sections/templates.tsx
|
|
msgid "Templates"
|
|
msgstr "គំរូ"
|
|
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Test Connection"
|
|
msgstr "សាកល្បងតភ្ជាប់"
|
|
|
|
#: src/routes/_home/-sections/testimonials.tsx
|
|
msgid "Testimonials"
|
|
msgstr "សក្ខីកម្ម"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/design.tsx
|
|
msgid "Text Color"
|
|
msgstr "ពណ៌អត្ថបទ"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Thai"
|
|
msgstr "Thai"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "The AI proposed a change that no longer applies to this resume."
|
|
msgstr "បញ្ញាសិប្បនិម្មិត (AI) បានស្នើការផ្លាស់ប្តូរមួយដែលលែងអនុវត្តចំពោះប្រវត្តិរូបសង្ខេបនេះទៀតហើយ។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "The AI returned a proposal that could not be previewed."
|
|
msgstr "បញ្ញាសិប្បនិម្មិត (AI) បានប្រគល់សំណើមួយដែលមិនអាចមើលជាមុនបាន។"
|
|
|
|
#. Error description when AI returns invalid resume analysis format
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
|
|
msgid "The AI returned an invalid analysis format. Please try again."
|
|
msgstr "AI បានត្រឡប់ទម្រង់វិភាគមិនត្រឹមត្រូវ។ សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#: src/routes/dashboard/settings/api-keys.tsx
|
|
msgid "The API key has been deleted successfully."
|
|
msgstr "កូនសោ API ត្រូវបានលុបដោយជោគជ័យ។"
|
|
|
|
#: src/routes/dashboard/settings/api-keys.tsx
|
|
msgid "The API key will no longer be able to access your data after deletion. This action cannot be undone."
|
|
msgstr "បន្ទាប់ពីលុប កូនសោ API នេះនឹងមិនអាចចូលដំណើរការទិន្នន័យរបស់អ្នកបានទៀតទេ។ សកម្មភាពនេះមិនអាចមិនធ្វើវិញបានទេ។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "The assistant stopped before returning a proposal."
|
|
msgstr "ជំនួយការបានឈប់មុនពេលប្រគល់សំណើមួយវិញ។"
|
|
|
|
#. Empty-state message when no command palette results match the search query
|
|
#: src/components/command-palette/index.tsx
|
|
msgid "The command you're looking for doesn't exist."
|
|
msgstr "ពាក្យបញ្ជា ដែលអ្នកកំពុងស្វែងរក មិនមានទេ។"
|
|
|
|
#. Error shown when AI parsing returns invalid resume structure during import
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "The imported file could not be parsed into a valid resume."
|
|
msgstr "ឯកសារដែលបាននាំចូលមិនអាចបម្លែងទៅជាប្រវត្តិរូបត្រឹមត្រូវបានទេ។"
|
|
|
|
#: src/routes/auth/resume-password.tsx
|
|
msgid "The password you entered is incorrect"
|
|
msgstr "ពាក្យសម្ងាត់ដែលអ្នកបានបញ្ចូល មិនត្រឹមត្រូវទេ"
|
|
|
|
#: src/routes/auth/resume-password.tsx
|
|
msgid "The resume you are trying to access is password protected"
|
|
msgstr "ប្រវត្តិរូប ដែលអ្នកកំពុងព្យាយាមចូលដំណើរការ ត្រូវបានការពារដោយពាក្យសម្ងាត់"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "The URL you entered is not valid."
|
|
msgstr "URL ដែលអ្នកបានបញ្ចូល មិនត្រឹមត្រូវទេ។"
|
|
|
|
#. Menu item that opens appearance theme selection submenu
|
|
#: src/components/command-palette/pages/preferences/theme.tsx
|
|
#: src/components/user/dropdown-menu.tsx
|
|
#: src/routes/dashboard/settings/preferences.tsx
|
|
msgid "Theme"
|
|
msgstr "ស្បែក"
|
|
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Then, enter the 6 digit code that the app provides to continue."
|
|
msgstr "បន្ទាប់មក បញ្ចូលកូដ ៦ ខ្ទង់ ដែលកម្មវិធីផ្តល់ឲ្យ ដើម្បីបន្ត។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/export.tsx
|
|
msgid "There was a problem while generating the DOCX, please try again."
|
|
msgstr "មានបញ្ហាមួយកើតឡើងខណៈពេលបង្កើត DOCX សូមព្យាយាមម្ដងទៀត។"
|
|
|
|
#: src/routes/$username/-components/public-resume.tsx
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/export.tsx
|
|
msgid "There was a problem while generating the PDF, please try again."
|
|
msgstr "មានបញ្ហាពេលកំពុងបង្កើត PDF សូមព្យាយាមម្តងទៀត។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/dropdown-menu.tsx
|
|
msgid "This action cannot be undone."
|
|
msgstr "សកម្មភាពនេះមិនអាចមិនធ្វើវិញបានទេ។"
|
|
|
|
#: src/routes/dashboard/settings/danger-zone.tsx
|
|
msgid "This action cannot be undone. All your data will be permanently deleted."
|
|
msgstr "សកម្មភាពនេះមិនអាចមិនធ្វើវិញបានទេ។ ទិន្នន័យទាំងអស់របស់អ្នកនឹងត្រូវបានលុបជាអចិន្ត្រៃយ៍។"
|
|
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "This feature requires AI Integration to be enabled. Please enable it in the settings."
|
|
msgstr "មុខងារនេះទាមទារឱ្យបើកការរួមបញ្ចូល AI ជាមុនសិន។ សូមបើកវាក្នុងផ្នែកការកំណត់។"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "This is a URL-friendly name for your resume."
|
|
msgstr "នេះជាឈ្មោះងាយស្រួលសម្រាប់ប្រើនៅក្នុង URL សម្រាប់ប្រវត្តិរូបរបស់អ្នក។"
|
|
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "This may take a few minutes, depending on the response of the AI provider. Please do not close the window or refresh the page."
|
|
msgstr "វាអាចចំណាយពេលពីរនាទី អាស្រ័យលើការឆ្លើយតបរបស់អ្នកផ្តល់សេវា AI។ សូមកុំបិទបង្អួចនេះ ឬផ្ទុកទំព័រឡើងវិញ។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "This proposal is stale. Ask the assistant to regenerate it from the latest resume."
|
|
msgstr "សំណើនេះហួសសម័យហើយ។ សូមស្នើសុំឱ្យជំនួយការបង្កើតវាឡើងវិញពីប្រវត្តិរូបសង្ខេបចុងក្រោយបំផុត។"
|
|
|
|
#: src/components/resume/builder-resume-draft.ts
|
|
#: src/routes/builder/$resumeId/-components/assistant.tsx
|
|
msgid "This resume is locked and cannot be updated."
|
|
msgstr "ប្រវត្តិរូបនេះត្រូវបានចាក់សោ ហើយមិនអាចបច្ចុប្បន្នភាពបានទេ។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/notes.tsx
|
|
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
|
|
msgstr "ផ្នែកនេះត្រូវបានបម្រុងទុកសម្រាប់កំណត់ចំណាំផ្ទាល់ខ្លួនរបស់អ្នក ដែលពាក់ព័ន្ធនឹងប្រវត្តិរូបនេះ។ មាតិកានៅទីនេះនឹងនៅឯកជន ហើយមិនត្រូវបានចែករំលែកជាមួយមនុស្សផ្សេងទៀតទេ។"
|
|
|
|
#: src/routes/auth/register.tsx
|
|
msgid "This step is optional, but recommended."
|
|
msgstr "ជំហាននេះជាជម្រើស ប៉ុន្តែបានផ្ដល់អនុសាសន៍។"
|
|
|
|
#: src/dialogs/api-key/create.tsx
|
|
msgid "This will generate a new API key to access the Reactive Resume API to allow machines to interact with your resume data."
|
|
msgstr "វានឹងបង្កើតកូនសោ API ថ្មីមួយ ដើម្បីចូលដំណើរការ Reactive Resume API ហើយអនុញ្ញាតឱ្យយន្តចលនាអន្តរកម្មជាមួយទិន្នន័យប្រវត្តិរូបរបស់អ្នក។"
|
|
|
|
#: src/routes/dashboard/settings/authentication/-components/passkeys.tsx
|
|
msgid "This will help you identify it later, if you plan to have multiple passkeys."
|
|
msgstr "វានឹងជួយអ្នកកំណត់អត្តសញ្ញាណវាបាននៅពេលក្រោយ ប្រសិនបើអ្នកមានគម្រោងប្រើ passkey ច្រើន។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
|
|
msgid "This will remove all items from this section."
|
|
msgstr "វានឹងលុបធាតុទាំងអស់ចេញពីផ្នែកនេះ។"
|
|
|
|
#: src/routes/_home/-sections/hero.tsx
|
|
msgid "Timelapse demonstration of building a resume with Reactive Resume"
|
|
msgstr "វីដេអូបង្ហាញល្បឿនលឿនអំពីការបង្កើតប្រវត្តិរូបជាមួយ Reactive Resume"
|
|
|
|
#: src/dialogs/api-key/create.tsx
|
|
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
|
|
msgstr "គន្លឹះ៖ ដាក់ឈ្មោះឲ្យកូនសោ API របស់អ្នក អាស្រ័យតាមគោលបំណងប្រើប្រាស់ ដើម្បីជួយឱ្យអ្នកអាចសម្គាល់វាបានក្រោយមក។"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Tip: You can name the resume referring to the position you are applying for."
|
|
msgstr "គន្លឹះ៖ អ្នកអាចដាក់ឈ្មោះប្រវត្តិរូប ដោយយោងទៅតួនាទីការងារ ដែលអ្នកកំពុងដាក់ពាក្យ។"
|
|
|
|
#: src/dialogs/resume/sections/award.tsx
|
|
#: src/dialogs/resume/sections/certification.tsx
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/dialogs/resume/sections/publication.tsx
|
|
msgid "Title"
|
|
msgstr "ចំណងជើង"
|
|
|
|
#: src/routes/dashboard/settings/danger-zone.tsx
|
|
msgid "To delete your account, you need to enter the confirmation text and click the button below."
|
|
msgstr "ដើម្បីលុបគណនីរបស់អ្នក អ្នកត្រូវបញ្ចូលអក្សរបញ្ជាក់ ហើយចុចប៊ូតុងខាងក្រោម។"
|
|
|
|
#. Screen-reader label for opening or closing the left sidebar in resume builder
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
msgid "Toggle left sidebar"
|
|
msgstr "បិទបើករបារចំហៀងខាងឆ្វេង"
|
|
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
msgid "Toggle page stacking"
|
|
msgstr "បិទ/បើកការដាក់ទំព័រជាស្រទាប់ៗ"
|
|
|
|
#. Screen-reader label for opening or closing the right sidebar in resume builder
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
msgid "Toggle right sidebar"
|
|
msgstr "បិទបើករបារចំហៀងខាងស្តាំ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
|
|
msgid "Track your resume's views and downloads"
|
|
msgstr "តាមដានចំនួនមើល និងចំនួនទាញយកប្រវត្តិរូបរបស់អ្នក"
|
|
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
|
|
msgid "Translations"
|
|
msgstr "ការបកប្រែ"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Turkish"
|
|
msgstr "Turkish"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
|
|
msgid "Turn on public sharing to track how many times your resume has been viewed or downloaded. Only you can see your resume's statistics."
|
|
msgstr "បើកការចែករំលែកសាធារណៈ ដើម្បីតាមដានថាប្រវត្តិរូបរបស់អ្នកត្រូវបានមើល ឬទាញយកច្រើនណាស់។ មានតែអ្នកប៉ុណ្ណោះដែលអាចមើលស្ថិតិរបស់ប្រវត្តិរូបរបស់អ្នកបាន។"
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Two-column with a bold colored sidebar and skill bars; great for creative or tech roles where visual flair is welcome."
|
|
msgstr "ពីរជួរឈរ មានរបារបាតពណ៌ដិត និងរបារជំនាញ បើសមសម្រាប់តួនាទីច្នៃប្រឌិត ឬបច្ចេកវិទ្យា ដែលត្រូវការរូបរាងទាក់ទាញភ្នែក។"
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Two-column with a dark teal sidebar and skills grid; modern feel for developers, data scientists, or technical PMs."
|
|
msgstr "ពីរជួរឈរ មានរបារបាតពណ៌ខៀវក្រហមងងឹត និងក្រឡាជំនាញផ្ដុំជាក្រឡាចត្រង្គ មានអារម្មណ៍ទំនើបសម្រាប់អ្នកអភិវឌ្ឍន៍ អ្នកវិភាគទិន្នន័យ ឬ PM បច្ចេកទេស។"
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Two-column with a left margin color; simple and approachable for creative, editorial, or junior roles."
|
|
msgstr "ពីរជួរឈរ មានគែមខាងឆ្វេងពណ៌ ត្រូវបានរចនាឲ្យងាយស្រួល និងសាមញ្ញសម្រាប់តួនាទីច្នៃប្រឌិត ការកែសម្រួល ឬកម្រិតក្មេងជាង។"
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Two-column with a muted color sidebar; earthy and calm, suits sustainability, healthcare, or nonprofit sectors."
|
|
msgstr "ពីរជួរឈរ មានរបារបាតពណ៌ស្រាល តែមិនច្បាស់ រចនាប័ទ្មធម្មជាតិ និងស្ងប់ស្ងាត់ សមស្របសម្រាប់វិស័យអភិរក្សបរិស្ថាន សុខាភិបាល ឬអង្គការមិនរកប្រាក់ចំណេញ។"
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Two-column with a soft header accent and circular profile photo; ideal for marketing, HR, or client-facing roles."
|
|
msgstr "ពីរជួរឈរ មានក្បាលទំព័រពណ៌ស្រាល និងរូបភាពប្រវត្តិខ្លួនជារង្វង់ សមស្របសម្រាប់តួនាទីទីផ្សារ មនុស្សបម្រើ (HR) ឬតួនាទីជួបអតិថិជន។"
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Two-column with accent colors and clean typography; balanced choice for business analysts or operations roles."
|
|
msgstr "ពីរជួរឈរ មានពណ៌រំលេច និងរចនាប័ទ្មអក្សរស្អាត ជម្រើសតុល្យភាពសម្រាប់អ្នកវិភាគអាជីវកម្ម ឬតួនាទីប្រតិបត្តិការ។"
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Two-column, clean and professional with subtle section dividers; suits corporate, finance, or consulting positions."
|
|
msgstr "ពីរជួរឈរ ស្អាត និងវិជ្ជាជីវៈ មានបន្ទាត់បំបែកផ្នែកស្រាលៗ សមស្របសម្រាប់តួនាទីក្រុមហ៊ុន ហិរញ្ញវត្ថុ ឬពិគ្រោះយោបល់។"
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Two-column, minimal and text-dense with no decorative elements; perfect for traditional industries or ATS-heavy applications."
|
|
msgstr "ពីរជួរឈរ រចនាប័ទ្មអប្បបរមា និងមានអត្ថបទក្រឡុក ច្រើន គ្មានធាតុតុបតែង ល្អបំផុតសម្រាប់វិស័យប្រពៃណី ឬការដាក់ពាក្យដែលអាស្រ័យលើ ATS ខ្លាំង។"
|
|
|
|
#: src/dialogs/resume/template/data.ts
|
|
msgid "Two-column, minimal with light gray sidebar and subtle icons; professional and understated for legal, finance, or executive roles."
|
|
msgstr "ពីរជួរឈរ អប្បបរមា មានរបារបាតពណ៌ប្រផេះស្រាល និងរូបតំណាងស្រាលៗ មានរូបរាងវិជ្ជាជីវៈ និងសុភាពរាបសាសម្រាប់តួនាទីច្បាប់ ហិរញ្ញវត្ថុ ឬតំណែងអនុប្រធាន។"
|
|
|
|
#: src/routes/auth/verify-2fa.tsx
|
|
#: src/routes/dashboard/settings/authentication/-components/two-factor.tsx
|
|
msgid "Two-Factor Authentication"
|
|
msgstr "ការផ្ទៀងផ្ទាត់ពីរជាន់"
|
|
|
|
#: src/dialogs/auth/disable-two-factor.tsx
|
|
msgid "Two-factor authentication has been disabled successfully."
|
|
msgstr "ការផ្ទៀងផ្ទាត់ពីរជាន់ ត្រូវបានបិទដោយជោគជ័យ។"
|
|
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Two-factor authentication has been setup successfully."
|
|
msgstr "ការផ្ទៀងផ្ទាត់ពីរជាន់ ត្រូវបានរៀបចំដោយជោគជ័យ។"
|
|
|
|
#. Accessible title for QR code image shown during two-factor setup
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
msgid "Two-Factor Authentication QR Code"
|
|
msgstr "កូដ QR សម្រាប់ការផ្ទៀងផ្ទាត់ពីរជាន់"
|
|
|
|
#: src/dialogs/resume/import.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/design.tsx
|
|
msgid "Type"
|
|
msgstr "ប្រភេទ"
|
|
|
|
#: src/routes/dashboard/settings/danger-zone.tsx
|
|
msgid "Type \"{CONFIRMATION_TEXT}\" to confirm"
|
|
msgstr "វាយ \"{CONFIRMATION_TEXT}\" ដើម្បីបញ្ជាក់"
|
|
|
|
#. Placeholder in command palette input on root page
|
|
#. Screen-reader dialog description instructing users how to use the command palette
|
|
#: src/components/command-palette/index.tsx
|
|
msgid "Type a command or search..."
|
|
msgstr "វាយពាក្យបញ្ជាមួយ ឬស្វែងរក..."
|
|
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Typography"
|
|
msgstr "រចនាប័ទ្មអក្សរ"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Ukrainian"
|
|
msgstr "Ukrainian"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Underline"
|
|
msgstr "គូសបន្ទាត់ក្រោម"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Unlimited Resumes"
|
|
msgstr "ប្រវត្តិរូបមិនមានដែនកំណត់"
|
|
|
|
#: src/routes/dashboard/settings/authentication/-components/hooks.tsx
|
|
msgid "Unlinking your {providerName} account..."
|
|
msgstr "កំពុងផ្ដាច់គណនី {providerName} របស់អ្នក..."
|
|
|
|
#. Primary action button label to unlock a password-protected resume
|
|
#. Resume card context menu action to remove edit lock
|
|
#. Resume card dropdown action to remove edit lock
|
|
#: src/routes/auth/resume-password.tsx
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/dropdown-menu.tsx
|
|
msgid "Unlock"
|
|
msgstr "ដោះសោ"
|
|
|
|
#: src/routes/dashboard/settings/authentication/-components/passkeys.tsx
|
|
msgid "Unnamed passkey"
|
|
msgstr "Passkey គ្មានឈ្មោះ"
|
|
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Unverified"
|
|
msgstr "មិនទាន់ផ្ទៀងផ្ទាត់"
|
|
|
|
#. Resume card context menu action to edit resume metadata
|
|
#. Resume card dropdown action to edit resume metadata
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/dropdown-menu.tsx
|
|
msgid "Update"
|
|
msgstr "បច្ចុប្បន្នភាព"
|
|
|
|
#: src/dialogs/resume/sections/award.tsx
|
|
msgid "Update an existing award"
|
|
msgstr "បច្ចុប្បន្នភាពរង្វាន់មានស្រាប់"
|
|
|
|
#: src/dialogs/resume/sections/certification.tsx
|
|
msgid "Update an existing certification"
|
|
msgstr "បច្ចុប្បន្នភាពវិញ្ញាបនបត្រមានស្រាប់"
|
|
|
|
#: src/dialogs/resume/sections/cover-letter.tsx
|
|
msgid "Update an existing cover letter"
|
|
msgstr "ធ្វើបច្ចុប្បន្នភាពលិខិតសម្រាប់ដាក់ពាក្យដែលមាន"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
msgid "Update an existing custom section"
|
|
msgstr "បច្ចុប្បន្នភាពផ្នែកផ្ទាល់ខ្លួនមានស្រាប់"
|
|
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
msgid "Update an existing education"
|
|
msgstr "បច្ចុប្បន្នភាពការសិក្សាមានស្រាប់"
|
|
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
msgid "Update an existing experience"
|
|
msgstr "បច្ចុប្បន្នភាពបទពិសោធន៍មានស្រាប់"
|
|
|
|
#: src/dialogs/resume/sections/interest.tsx
|
|
msgid "Update an existing interest"
|
|
msgstr "បច្ចុប្បន្នភាពចំណាប់អារម្មណ៍មានស្រាប់"
|
|
|
|
#: src/dialogs/resume/sections/language.tsx
|
|
msgid "Update an existing language"
|
|
msgstr "បច្ចុប្បន្នភាពភាសាមានស្រាប់"
|
|
|
|
#: src/dialogs/resume/sections/profile.tsx
|
|
msgid "Update an existing profile"
|
|
msgstr "បច្ចុប្បន្នភាពប្រវត្តិសង្ខេបបណ្ដាញសង្គមមានស្រាប់"
|
|
|
|
#: src/dialogs/resume/sections/project.tsx
|
|
msgid "Update an existing project"
|
|
msgstr "បច្ចុប្បន្នភាពគម្រោងមានស្រាប់"
|
|
|
|
#: src/dialogs/resume/sections/publication.tsx
|
|
msgid "Update an existing publication"
|
|
msgstr "បច្ចុប្បន្នភាពអត្ថបទផ្សព្វផ្សាយមានស្រាប់"
|
|
|
|
#: src/dialogs/resume/sections/reference.tsx
|
|
msgid "Update an existing reference"
|
|
msgstr "បច្ចុប្បន្នភាពយោងមានស្រាប់"
|
|
|
|
#: src/dialogs/resume/sections/skill.tsx
|
|
msgid "Update an existing skill"
|
|
msgstr "បច្ចុប្បន្នភាពជំនាញមានស្រាប់"
|
|
|
|
#: src/dialogs/resume/sections/summary-item.tsx
|
|
msgid "Update an existing summary item"
|
|
msgstr "ធ្វើបច្ចុប្បន្នភាពធាតុសង្ខេបដែលមាន"
|
|
|
|
#: src/dialogs/resume/sections/volunteer.tsx
|
|
msgid "Update an existing volunteer experience"
|
|
msgstr "បច្ចុប្បន្នភាពបទពិសោធន៍ស្ម័គ្រចិត្តមានស្រាប់"
|
|
|
|
#. Primary action button to submit changed password
|
|
#: src/dialogs/auth/change-password.tsx
|
|
#: src/routes/dashboard/settings/authentication/-components/password.tsx
|
|
msgid "Update Password"
|
|
msgstr "បច្ចុប្បន្នភាពពាក្យសម្ងាត់"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Update Resume"
|
|
msgstr "បច្ចុប្បន្នភាពប្រវត្តិរូប"
|
|
|
|
#: src/dialogs/auth/change-password.tsx
|
|
msgid "Update your password"
|
|
msgstr "បច្ចុប្បន្នភាពពាក្យសម្ងាត់របស់អ្នក"
|
|
|
|
#: src/dialogs/auth/change-password.tsx
|
|
msgid "Updating your password..."
|
|
msgstr "កំពុងបច្ចុប្បន្នភាពពាក្យសម្ងាត់របស់អ្នក..."
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Updating your resume..."
|
|
msgstr "កំពុងបច្ចុប្បន្នភាពប្រវត្តិរូបរបស់អ្នក..."
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
msgid "Upload picture"
|
|
msgstr "អាប់ឡូដរូបភាព"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
msgid "Uploading picture..."
|
|
msgstr "កំពុងអាប់ឡូដរូបភាព..."
|
|
|
|
#. Form field label for the generated public resume link in sharing settings
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "URL"
|
|
msgstr "URL"
|
|
|
|
#: src/components/input/color-picker.tsx
|
|
msgid "Use color {color}"
|
|
msgstr "ប្រើពណ៌ {color}"
|
|
|
|
#. Label for username input on registration form
|
|
#: src/dialogs/resume/sections/profile.tsx
|
|
#: src/routes/auth/register.tsx
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Username"
|
|
msgstr "ឈ្មោះអ្នកប្រើ"
|
|
|
|
#: src/routes/_home/-sections/statistics.tsx
|
|
msgid "Users"
|
|
msgstr "អ្នកប្រើ"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Uzbek"
|
|
msgstr "Uzbek"
|
|
|
|
#: src/components/input/rich-input.tsx
|
|
msgid "Valid URLs must start with http:// or https://."
|
|
msgstr "URL ត្រឹមត្រូវ ត្រូវតែចាប់ផ្តើមដោយ http:// ឬ https://។"
|
|
|
|
#. AI provider option label in dashboard AI settings
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Vercel AI Gateway"
|
|
msgstr "Vercel AI Gateway"
|
|
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Verified"
|
|
msgstr "បានផ្ទៀងផ្ទាត់"
|
|
|
|
#. Primary action button to submit 2FA code
|
|
#. Primary action button to submit backup code
|
|
#: src/routes/auth/verify-2fa-backup.tsx
|
|
#: src/routes/auth/verify-2fa.tsx
|
|
msgid "Verify"
|
|
msgstr "ផ្ទៀងផ្ទាត់"
|
|
|
|
#: src/routes/auth/verify-2fa-backup.tsx
|
|
msgid "Verify with a Backup Code"
|
|
msgstr "ផ្ទៀងផ្ទាត់ដោយប្រើកូដបម្រុងទុក"
|
|
|
|
#: src/routes/auth/verify-2fa-backup.tsx
|
|
msgid "Verifying backup code..."
|
|
msgstr "កំពុងផ្ទៀងផ្ទាត់កូដបម្រុងទុក..."
|
|
|
|
#: src/dialogs/auth/enable-two-factor.tsx
|
|
#: src/routes/auth/verify-2fa.tsx
|
|
msgid "Verifying code..."
|
|
msgstr "កំពុងផ្ទៀងផ្ទាត់កូដ..."
|
|
|
|
#: src/routes/auth/resume-password.tsx
|
|
msgid "Verifying password..."
|
|
msgstr "កំពុងផ្ទៀងផ្ទាត់ពាក្យសម្ងាត់..."
|
|
|
|
#: src/routes/auth/register.tsx
|
|
msgid "Verifying your email is required when resetting your password."
|
|
msgstr "ការផ្ទៀងផ្ទាត់អ៊ីមែលជាលក្ខខណ្ឌចាំបាច់ នៅពេលកំណត់ពាក្យសម្ងាត់ឡើងវិញ។"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Vietnamese"
|
|
msgstr "Vietnamese"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
|
|
msgid "Views"
|
|
msgstr "ចំនួនមើល"
|
|
|
|
#: src/dialogs/resume/sections/custom.tsx
|
|
#: src/libs/resume/section-title.ts
|
|
#: src/libs/resume/section.tsx
|
|
msgid "Volunteer"
|
|
msgstr "ស្ម័គ្រចិត្ត"
|
|
|
|
#: src/dialogs/resume/sections/award.tsx
|
|
#: src/dialogs/resume/sections/certification.tsx
|
|
#: src/dialogs/resume/sections/education.tsx
|
|
#: src/dialogs/resume/sections/experience.tsx
|
|
#: src/dialogs/resume/sections/profile.tsx
|
|
#: src/dialogs/resume/sections/project.tsx
|
|
#: src/dialogs/resume/sections/publication.tsx
|
|
#: src/dialogs/resume/sections/reference.tsx
|
|
#: src/dialogs/resume/sections/volunteer.tsx
|
|
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
|
|
msgid "Website"
|
|
msgstr "គេហទំព័រ"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
|
|
msgid "What do you want to rename this section to?"
|
|
msgstr "តើអ្នកចង់ប្ដូរឈ្មោះផ្នែកនេះទៅជាអ្វី?"
|
|
|
|
#: src/routes/_home/-sections/faq.tsx
|
|
msgid "What makes Reactive Resume different from other resume builders?"
|
|
msgstr "អ្វីដែលធ្វើឲ្យ Reactive Resume ខុសពីកម្មវិធីបង្កើតប្រវត្តិរូបផ្សេងទៀត?"
|
|
|
|
#: src/routes/_home/-sections/hero.tsx
|
|
msgid "What's new in the latest version?"
|
|
msgstr "អ្វីថ្មីនៅក្នុងកំណែចុងក្រោយ?"
|
|
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/dropdown-menu.tsx
|
|
msgid "When locked, the resume cannot be updated or deleted."
|
|
msgstr "នៅពេលចាក់សោ ប្រវត្តិរូបនឹងមិនអាចបច្ចុប្បន្នភាព ឬលុបបានទេ។"
|
|
|
|
#: src/routes/_home/-sections/footer.tsx
|
|
msgid "X (Twitter)"
|
|
msgstr "X (ធ្វីតធ័រ)"
|
|
|
|
#: src/routes/_home/-sections/faq.tsx
|
|
msgid "Yes, Reactive Resume is available in multiple languages. You can choose your preferred language in the settings page, or using the language switcher in the top right corner. If you don't see your language, or you would like to improve the existing translations, you can <0>contribute to the translations on Crowdin<1> (opens in new tab)</1></0>."
|
|
msgstr "បាទ Reactive Resume អាចប្រើបានជាភាសាច្រើន។ អ្នកអាចជ្រើសភាសាដែលអ្នកពេញចិត្តនៅលើទំព័រការកំណត់ ឬដោយប្រើកម្មវិធីប្ដូរភាសានៅកូណឺឆ្វេងលើ។ បើអ្នកមិនឃើញភាសារបស់អ្នក ឬចង់ធ្វើឱ្យការបកប្រែដែលមានស្រាប់ប្រសើរឡើង អ្នកអាច <0>ចូលរួមបកប្រែនៅលើ Crowdin<1> (បើកក្នុងផ្ទាំងថ្មី)</1></0>។"
|
|
|
|
#: src/routes/_home/-sections/faq.tsx
|
|
msgid "Yes! Reactive Resume is completely free to use, with no hidden costs, premium tiers, or subscription fees. It's open-source and will always remain free."
|
|
msgstr "បាទ! Reactive Resume គឺឥតគិតថ្លៃទាំងស្រុង គ្មានចំនាយលាក់កំបាំង កម្រិតពិសេស ឬកម្រៃជាវប្រចាំខែទេ។ វាបើកប្រភព ហើយនឹងនៅតែឥតគិតថ្លៃជារៀងរហូត។"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "You also have the option to deploy on your own servers using the Docker image."
|
|
msgstr "អ្នកក៏មានជម្រើសដំឡើងលើម៉ាស៊ីនបម្រើផ្ទាល់ខ្លួនរបស់អ្នក ដោយប្រើរូបភាព Docker ផងដែរ។"
|
|
|
|
#: src/routes/auth/login.tsx
|
|
msgid "You can also use your username to login."
|
|
msgstr "អ្នកក៏អាចប្រើឈ្មោះអ្នកប្រើរបស់អ្នក ដើម្បីចូលកាន់ប្រព័ន្ធបានផងដែរ។"
|
|
|
|
#: src/routes/_home/-sections/faq.tsx
|
|
msgid "You can share your resume via a unique public URL, protect it with a password, or download it as a PDF to share directly. The choice is yours!"
|
|
msgstr "អ្នកអាចចែករំលែកប្រវត្តិរូបរបស់អ្នកតាមរយៈ URL សាធារណៈមួយដែលមានតែមួយគត់ ការពារដោយពាក្យសម្ងាត់ ឬទាញយកជា PDF ដើម្បីចែករំលែកដោយផ្ទាល់ក៏បាន។ ជម្រើសស្ថិតនៅលើដៃអ្នក!"
|
|
|
|
#: src/hooks/use-form-blocker.tsx
|
|
msgid "You have unsaved changes that will be lost."
|
|
msgstr "អ្នកមានការផ្លាស់ប្តូរដែលមិនបានរក្សាទុកដែលនឹងបាត់បង់។"
|
|
|
|
#: src/routes/auth/forgot-password.tsx
|
|
#: src/routes/auth/register.tsx
|
|
msgid "You've got mail!"
|
|
msgstr "អ្នកមានសារមកដល់ហើយ!"
|
|
|
|
#: src/routes/dashboard/settings/danger-zone.tsx
|
|
msgid "Your account has been deleted successfully."
|
|
msgstr "គណនីរបស់អ្នកត្រូវបានលុបដោយជោគជ័យ។"
|
|
|
|
#: src/dialogs/api-key/create.tsx
|
|
msgid "Your API key has been copied to the clipboard."
|
|
msgstr "កូនសោ API របស់អ្នកត្រូវបានចម្លងទៅក្ដារតម្រៀប។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/preview-page.tsx
|
|
msgid "Your changes are saved automatically."
|
|
msgstr "ការផ្លាស់ប្ដូររបស់អ្នកត្រូវបានរក្សាទុកដោយស្វ័យប្រវត្តិ។"
|
|
|
|
#: src/routes/_home/-sections/features.tsx
|
|
msgid "Your data is secure, and never shared or sold to anyone."
|
|
msgstr "ទិន្នន័យរបស់អ្នកមានសុវត្ថិភាព ហើយមិនដែលត្រូវបានចែករំលែក ឬលក់ឲ្យនរណាម្នាក់ទេ។"
|
|
|
|
#: src/routes/dashboard/settings/integrations/-components/ai-section.tsx
|
|
msgid "Your data is stored locally"
|
|
msgstr "ទិន្នន័យរបស់អ្នកត្រូវបានរក្សាទុកក្នុងកម្មវិធីរុករករបស់អ្នកតែប៉ុណ្ណោះ"
|
|
|
|
#: src/routes/_home/-sections/faq.tsx
|
|
msgid "Your data is stored securely and is never shared with third parties. You can also self-host Reactive Resume on your own servers for complete control over your data."
|
|
msgstr "ទិន្នន័យរបស់អ្នកត្រូវបានរក្សាទុកដោយសុវត្ថិភាព ហើយមិនដែលត្រូវបានចែករំលែកជាមួយភាគីទីបីទេ។ អ្នកក៏អាចដំឡើង Reactive Resume លើម៉ាស៊ីនបម្រើផ្ទាល់ខ្លួនរបស់អ្នក ដើម្បីមានសិទ្ធિត្រួតត្រាលើទិន្នន័យរបស់អ្នកដល់ខ្ពស់បំផុតផងដែរ។"
|
|
|
|
#: src/components/resume/builder-resume-draft.ts
|
|
msgid "Your latest changes could not be saved."
|
|
msgstr "មិនអាចរក្សាទុកការផ្លាស់ប្តូរចុងក្រោយបំផុតរបស់អ្នកបានទេ។"
|
|
|
|
#: src/routes/auth/reset-password.tsx
|
|
msgid "Your password has been reset successfully. You can now sign in with your new password."
|
|
msgstr "ពាក្យសម្ងាត់របស់អ្នកត្រូវបានកំណត់ឡើងវិញដោយជោគជ័យ។ ឥឡូវអ្នកអាចចូលដោយប្រើពាក្យសម្ងាត់ថ្មីរបស់អ្នកបានហើយ។"
|
|
|
|
#: src/dialogs/auth/change-password.tsx
|
|
msgid "Your password has been updated successfully."
|
|
msgstr "ពាក្យសម្ងាត់របស់អ្នកត្រូវបានបច្ចុប្បន្នភាពដោយជោគជ័យ។"
|
|
|
|
#: src/routes/dashboard/settings/profile.tsx
|
|
msgid "Your profile has been updated successfully."
|
|
msgstr "ប្រវត្តិសង្ខេបរបស់អ្នកត្រូវបានបច្ចុប្បន្នភាពដោយជោគជ័យ។"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Your resume has been created successfully."
|
|
msgstr "ប្រវត្តិរូបរបស់អ្នកត្រូវបានបង្កើតដោយជោគជ័យ។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/header.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
|
|
#: src/routes/dashboard/resumes/-components/menus/dropdown-menu.tsx
|
|
msgid "Your resume has been deleted successfully."
|
|
msgstr "ប្រវត្តិរូបរបស់អ្នកត្រូវបានលុបដោយជោគជ័យ។"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Your resume has been duplicated successfully."
|
|
msgstr "ប្រវត្តិរូបរបស់អ្នក ត្រូវបានស្ទួនដោយជោគជ័យ។"
|
|
|
|
#: src/dialogs/resume/import.tsx
|
|
msgid "Your resume has been imported successfully."
|
|
msgstr "ប្រវត្តិរូបរបស់អ្នកត្រូវបាននាំចូលដោយជោគជ័យ។"
|
|
|
|
#: src/dialogs/resume/index.tsx
|
|
msgid "Your resume has been updated successfully."
|
|
msgstr "ប្រវត្តិរូបរបស់អ្នកត្រូវបានបច្ចុប្បន្នភាពដោយជោគជ័យ។"
|
|
|
|
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
|
|
msgid "Your resume's public link is currently protected by a password. Share the password only with people you trust."
|
|
msgstr "តំណសាធារណៈរបស់ប្រវត្តិរូបរបស់អ្នកបច្ចុប្បន្ននេះកំពុងត្រូវបានការពារដោយពាក្យសម្ងាត់។ សូមចែករំលែកពាក្យសម្ងាត់តែជាមួយមនុស្សដែលអ្នកទុកចិត្តប៉ុណ្ណោះ។"
|
|
|
|
#: src/routes/_home/-sections/donate.tsx
|
|
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
|
msgstr "ការគាំទ្ររបស់អ្នកធានាឲ្យគម្រោងនេះនៅតែឥតគិតថ្លៃ និងអាចចូលដំណើរការបានសម្រាប់មនុស្សគ្រប់គ្នា ទាំងឥឡូវនេះ និងអនាគត។"
|
|
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
msgid "Zoom in"
|
|
msgstr "ពង្រីក"
|
|
|
|
#: src/routes/builder/$resumeId/-components/dock.tsx
|
|
msgid "Zoom out"
|
|
msgstr "បង្រួម"
|
|
|
|
#: src/libs/locale.ts
|
|
msgid "Zulu"
|
|
msgstr "Zulu"
|
|
|