From 65bb8b5ceb602920a86813e7c346fc5dc2023446 Mon Sep 17 00:00:00 2001 From: Arefat Hyeredin Date: Mon, 3 Oct 2022 16:15:52 +0300 Subject: [PATCH 1/2] Worked on Amharic translations --- client/public/locales/am/builder.json | 364 ++++++++++++++++++++++++ client/public/locales/am/common.json | 29 ++ client/public/locales/am/dashboard.json | 25 ++ client/public/locales/am/landing.json | 42 +++ client/public/locales/am/modals.json | 135 +++++++++ 5 files changed, 595 insertions(+) create mode 100644 client/public/locales/am/builder.json create mode 100644 client/public/locales/am/common.json create mode 100644 client/public/locales/am/dashboard.json create mode 100644 client/public/locales/am/landing.json create mode 100644 client/public/locales/am/modals.json diff --git a/client/public/locales/am/builder.json b/client/public/locales/am/builder.json new file mode 100644 index 00000000..f77d7ae9 --- /dev/null +++ b/client/public/locales/am/builder.json @@ -0,0 +1,364 @@ +{ + "common": { + "actions": { + "add": "Add New {{token}}", + "delete": "Delete {{token}}", + "edit": "Edit {{token}}" + }, + "columns": { + "heading": "Columns", + "tooltip": "Change number of columns" + }, + "form": { + "date": { + "label": "Date" + }, + "description": { + "label": "Description" + }, + "email": { + "label": "Email Address" + }, + "end-date": { + "help-text": "Leave this field blank, if still present", + "label": "End Date" + }, + "keywords": { + "label": "Keywords" + }, + "level": { + "label": "Level" + }, + "levelNum": { + "label": "Level (Number)" + }, + "name": { + "label": "Name" + }, + "phone": { + "label": "Phone Number" + }, + "position": { + "label": "Position" + }, + "start-date": { + "label": "Start Date" + }, + "subtitle": { + "label": "Subtitle" + }, + "summary": { + "label": "Summary" + }, + "title": { + "label": "Title" + }, + "url": { + "label": "Website" + } + }, + "glossary": { + "page": "Page" + }, + "list": { + "actions": { + "delete": "Delete", + "duplicate": "Duplicate", + "edit": "Edit" + }, + "empty-text": "This list is empty." + }, + "tooltip": { + "delete-item": "Are you sure you want to delete this item? This is an irreversible action.", + "delete-section": "Delete Section", + "rename-section": "Rename Section", + "toggle-visibility": "Toggle Visibility" + } + }, + "controller": { + "tooltip": { + "center-artboard": "Center Artboard", + "copy-link": "Copy Link to Resume", + "export-pdf": "Export PDF", + "toggle-orientation": "Toggle Page Orientation", + "toggle-page-break-line": "Toggle Page Break Line", + "toggle-sidebars": "Toggle Sidebars", + "zoom-in": "Zoom In", + "zoom-out": "Zoom Out", + "undo": "Undo", + "redo": "Redo" + } + }, + "header": { + "menu": { + "delete": "Delete", + "duplicate": "Duplicate", + "rename": "Rename", + "share-link": "Share Link", + "tooltips": { + "delete": "Are you sure you want to delete this resume? This is an irreversible action.", + "share-link": "You need to change the visibility of your resume to public to make it visible to others." + } + } + }, + "leftSidebar": { + "sections": { + "awards": { + "form": { + "awarder": { + "label": "Awarder" + } + } + }, + "basics": { + "actions": { + "photo-filters": "Photo Filters" + }, + "heading": "Basics", + "headline": { + "label": "Headline" + }, + "name": { + "label": "Full Name" + }, + "birthdate": { + "label": "Date of Birth" + }, + "photo-filters": { + "effects": { + "border": { + "label": "Border" + }, + "grayscale": { + "label": "Grayscale" + }, + "heading": "Effects" + }, + "shape": { + "heading": "Shape" + }, + "size": { + "heading": "Size (in px)" + } + }, + "photo-upload": { + "tooltip": { + "remove": "Remove Photo", + "upload": "Upload Photo" + } + } + }, + "certifications": { + "form": { + "issuer": { + "label": "Issuer" + } + } + }, + "education": { + "form": { + "area-study": { + "label": "Area of Study" + }, + "courses": { + "label": "Courses" + }, + "degree": { + "label": "Degree" + }, + "grade": { + "label": "Grade" + }, + "institution": { + "label": "Institution" + } + } + }, + "location": { + "address": { + "label": "Address" + }, + "city": { + "label": "City" + }, + "country": { + "label": "Country" + }, + "heading": "Location", + "postal-code": { + "label": "Postal Code" + }, + "region": { + "label": "Region" + } + }, + "profiles": { + "form": { + "network": { + "label": "Network" + }, + "username": { + "label": "Username" + } + }, + "heading": "Profiles", + "heading_one": "Profile" + }, + "publications": { + "form": { + "publisher": { + "label": "Publisher" + } + } + }, + "references": { + "form": { + "relationship": { + "label": "Relationship" + } + } + }, + "section": { + "heading": "Section" + }, + "volunteer": { + "form": { + "organization": { + "label": "Organization" + } + } + } + } + }, + "rightSidebar": { + "sections": { + "css": { + "heading": "Custom CSS" + }, + "export": { + "heading": "Export", + "json": { + "primary": "JSON", + "secondary": "Download a JSON version of your resume that can be imported back into Reactive Resume." + }, + "pdf": { + "loading": { + "primary": "Generating PDF", + "secondary": "Please wait as your PDF gets generated, this may take upto 15 seconds." + }, + "normal": { + "primary": "PDF", + "secondary": "Download a PDF of your resume that you can print and send out to your dream job. This file cannot be imported back for further editing." + } + } + }, + "layout": { + "heading": "Layout", + "tooltip": { + "reset-layout": "Reset Layout" + } + }, + "links": { + "bugs-features": { + "body": "Something stopping you from making a resume? Or do you have an amazing idea to add? Raise an issue on GitHub to get started.", + "button": "GitHub Issues", + "heading": "Bugs? Feature Requests?" + }, + "donate": { + "body": "If you liked using Reactive Resume, please consider donating as much as you can to the cause of keeping the app up and running, without ads and free forever.", + "button": "Buy me a coffee", + "heading": "Donate to Reactive Resume" + }, + "github": "Source Code", + "docs": "Documentation", + "heading": "Links" + }, + "settings": { + "global": { + "date": { + "primary": "Date", + "secondary": "Date format to use across the app" + }, + "heading": "Global", + "language": { + "primary": "Language", + "secondary": "Display language to use across the app" + }, + "theme": { + "primary": "Theme" + } + }, + "heading": "Settings", + "page": { + "break-line": { + "primary": "Break Line", + "secondary": "Show a line on all pages to mark the height of an A4 page" + }, + "heading": "Page", + "orientation": { + "disabled": "Has no effect when there is only one page", + "primary": "Orientation", + "secondary": "Whether to display pages horizontally or vertically" + } + }, + "resume": { + "heading": "Resume", + "reset": { + "primary": "Reset Everything", + "secondary": "Made too many mistakes? Click here to reset all changes and start from scratch. Be careful, this action cannot be reversed." + }, + "sample": { + "primary": "Load Sample Data", + "secondary": "Not sure where to begin? Click here to load some sample data to see how a complete resume looks like." + } + } + }, + "sharing": { + "heading": "Sharing", + "short-url": { + "label": "Prefer Short URL" + }, + "visibility": { + "subtitle": "Allow anyone with a link to view your resume", + "title": "Public" + } + }, + "templates": { + "heading": "Templates" + }, + "theme": { + "form": { + "background": { + "label": "Background" + }, + "primary": { + "label": "Primary" + }, + "text": { + "label": "Text" + } + }, + "heading": "Theme" + }, + "typography": { + "form": { + "font-family": { + "label": "Font Family" + }, + "font-size": { + "label": "Font Size" + } + }, + "heading": "Typography", + "widgets": { + "body": { + "label": "Body" + }, + "headings": { + "label": "Headings" + } + } + } + } + } +} diff --git a/client/public/locales/am/common.json b/client/public/locales/am/common.json new file mode 100644 index 00000000..31ba87c1 --- /dev/null +++ b/client/public/locales/am/common.json @@ -0,0 +1,29 @@ +{ + "avatar": { + "menu": { + "greeting": "ሰላም", + "logout": "ውጣ" + } + }, + "footer": { + "credit": "ተወዳጅ ፕሮጀክት በ<1>Amruth Pillai", + "license": "በማህበረሰቡ ፣ ለማህበረሰቡ።" + }, + "markdown": { + "help-text": "ይህ ክፍል ይደግፋል <1>markdown አፃፃፍ ይደግፋል።" + }, + "date": { + "present": "አሁን" + }, + "subtitle": "ነፃ እና ክፍት የስራ ልምድ ሰነድ መገንቢያ", + "title": "Reactive Resume", + "toast": { + "error": { + "upload-file-size": "እባክዎ ከ2 ሜጋባይት በታች የሆኑ ፋይሎችን ብቻ ይስቀሉ።", + "upload-photo-size": "እባክዎትን ከ2 ሜጋባይት በታች የሆኑ ፎቶዎችን ብቻ ይስቀሉ፣ ቢቻል ካሬ።" + }, + "success": { + "resume-link-copied": "ወደ የስራ ታሪክዎ የሚወስድ አገናኝ በሰሌዳዎ ተይዟል።" + } + } +} diff --git a/client/public/locales/am/dashboard.json b/client/public/locales/am/dashboard.json new file mode 100644 index 00000000..4592033a --- /dev/null +++ b/client/public/locales/am/dashboard.json @@ -0,0 +1,25 @@ +{ + "create-resume": { + "subtitle": "ከባዶ ጀምር", + "title": "አዲስ የሥራ ታሪክ ፍጠር" + }, + "import-external": { + "subtitle": "LinkedIn, JSON Resume, Reactive Resume", + "title": "ከውጭ ምንጮች አስገባ" + }, + "resume": { + "menu": { + "delete": "አጥፋ", + "duplicate": "አብዛ", + "open": "ክፈት", + "rename": "እንደገና ይሰይሙ", + "share-link": "ሊንክ አጋራ", + "tooltips": { + "delete": "እርግጠኛ ነዎት ይህን የሥራ ታሪክ ማጥፋት ይፈልጋሉ? ይህ የማይመለስ ተግባር ነው።", + "share-link": "የስራ ልምድዎን ለሌሎች እንዲታይ ለማድረግ ዕይታውን ወደ ይፋዊ መቀየር አለብዎት።" + } + }, + "timestamp": "መጨረሻ የተሻሻለው {{timestamp}} በፊት" + }, + "title": "ዳሽቦርድ" +} diff --git a/client/public/locales/am/landing.json b/client/public/locales/am/landing.json new file mode 100644 index 00000000..3361a45e --- /dev/null +++ b/client/public/locales/am/landing.json @@ -0,0 +1,42 @@ +{ + "actions": { + "app": "ወደ መተግበሪያ ይሂዱ", + "login": "ግባ", + "logout": "ውጣ", + "register": "ይመዝገቡ" + }, + "features": { + "heading": "መገለጫዎች", + "list": { + "ads": "ምንም ማስታወቂያ የለም", + "export": "የስራ ልምድዎን ወደ JSON ወይም PDF ቅርጸት ይላኩ።", + "free": "ሁሌም ነጻ", + "import": "መረጃ ከ LinkedIn, JSON Resume ማምጣት", + "languages": "በተለያዩ ቋንቋዎች ተደራሽ", + "more": "እና ብዙ ተጨማሪ አስደሳች መገለጫዎች፤ <1>ሁሉንም እዚህ ያንብቡ", + "tracking": "ምንም የተጠቃሚ መከታተያ የለም።" + } + }, + "links": { + "heading": "አገናኞች", + "links": { + "donate": "ይለግሱ", + "github": "የምንጭ ኮድ", + "docs": "ሰነዶች", + "privacy": "የግላዊነት መመሪያ", + "service": "የአገልግሎት ውሎች" + } + }, + "screenshots": { + "heading": "የገጽ እይታዎች" + }, + "testimonials": { + "heading": "ምስክሮች", + "body": "ጥሩም ይሁን መጥፎ፣ ስለ Reactive Resume እና ለእርስዎ እንዴት እንደነበረ አስተያየትዎን መስማት እፈልጋለሁ።
በአለም ዙሪያ በተጠቃሚዎች የተላኩ አንዳንድ መልዕክቶች እነዚሁና", + "contact": "በዚህ በኩል ልታገኙኝ <1>ኢሜል ትችላላችሁ ወይም <3>በድረ-ገጽ ላይ ባለው የእውቂያ ቅጽ ማግኘት ይችላሉ።" + }, + "summary": { + "body": "Reactive Resume የእርስዎን የስራ ታሪክ የመፍጠር፣ የማዘመን እና የማጋራት መደበኛ ተግባራትን እንደ 1 2 3 ቀላል ለማድረግ የተሰራ ነፃ እና በነጻ የሚገኝ የስራ ልምድ ሰነድ መገንቢያ ነው። በዚህ መገልገያ የተለያዩ የስራ ልምድ ሰነዶችን በመስራት፣ ከቀጣሪዎች ወይም ከጓደኞች ጋር በማስፈንጠሪያ ማጋራት እና እንደ PDF ማተም ፣ ሁሉንም በነጻ ፣ ምንም ማስታወቂያ ሳይኖር ፣ ምንም ክትትል ሳይደረግ ፣ የመረጃዎን ትክክለኛነት እና ግላዊነት ተጠብቆ ማከናወን ይችላሉ።", + "heading": "ማጠቃለያ" + } +} diff --git a/client/public/locales/am/modals.json b/client/public/locales/am/modals.json new file mode 100644 index 00000000..dd318db6 --- /dev/null +++ b/client/public/locales/am/modals.json @@ -0,0 +1,135 @@ +{ + "auth": { + "forgot-password": { + "actions": { + "send-email": "የይለፍ ቃል ዳግም ማስጀመሪያ ኢሜይል ላክ" + }, + "body": "መልሰው ማግኘት ከሚፈልጉት መለያ ጋር የተያያዘውን የኢሜይል አድራሻ ያስገቡ።", + "form": { + "email": { + "label": "የኢሜል አድራሻ" + } + }, + "heading": "የይለፍ ቃልዎን ረሱ?", + "help-text": "መለያው ካለ የይለፍ ቃልዎን እንደገና ለማስጀመር የሚያስችል ኢሜል ይደርስዎታል።" + }, + "login": { + "actions": { + "login": "ግባ" + }, + "body": "እባክዎ የስራ ልምድ ሰነድዎ ወዳለበት ለመግባት፣ ለማግኘት፣ ለማስተዳደር እና ለማጋራት ከመለያዎ ጋር የተያያዘውን የተጠቃሚ ስምዎን እና የይለፍ ቃልዎን ያስገቡ።", + "form": { + "password": { + "label": "የይለፍ ቃል" + }, + "username": { + "help-text": "እንዲሁም የኢሜል አድራሻዎን ማስገባት ይችላሉ", + "label": "የተጠቃሚ ስም" + } + }, + "heading": "ወደ መለያዎ ይግቡ", + "recover-text": "የይለፍ ቃልዎን ከረሱት፣ እዚህ <1>መለያዎን መልሰው ማግኘት ይችላሉ።", + "register-text": "ከሌለዎት እዚህ <1>መለያ መፍጠር ይችላሉ።" + }, + "register": { + "actions": { + "register": "ይመዝገቡ", + "google": "በጉግል ይመዝገቡ" + }, + "body": "እባክዎ መለያ ለመፍጠር የእርስዎን የግል መረጃ ያስገቡ።", + "form": { + "confirm-password": { + "label": "የይለፍ ቃልዎን አረጋግጥ" + }, + "email": { + "label": "የኢሜል አድራሻ" + }, + "name": { + "label": "ሙሉ ስም" + }, + "password": { + "label": "የይለፍ ቃል" + }, + "username": { + "label": "የተጠቃሚ ስም" + } + }, + "heading": "መለያ ፍጠር", + "loginText": "መለያ ካለዎት <1>እዚህ መግባት ይችላሉ።" + }, + "reset-password": { + "actions": { + "set-password": "አዲስ የይለፍ ቃል ያዘጋጁ" + }, + "body": "ለመለያዎ አዲስ የይለፍ ቃል ያስገቡ።", + "form": { + "confirm-password": { + "label": "የይለፍ ቃልዎን አረጋግጡ" + }, + "password": { + "label": "የይለፍ ቃል" + } + }, + "heading": "የይለፍ ቃልዎን ዳግም ያስጀምሩ" + } + }, + "dashboard": { + "create-resume": { + "actions": { + "create-resume": "የስራ ታሪክ ሰነድ ይፍጠሩ" + }, + "body": "ስም በመስጠት የስራ ልምድዎ ሰነድዎን መገንባት ይጀምሩ። መጠሪያው ለሚያመለክቱበት የስራ ሚና ወይም የሚወዱት ምግብ ሊሆን ይችላል።", + "form": { + "name": { + "label": "ስም" + }, + "public": { + "label": "በይፋ ተደራሽ ነው?" + }, + "slug": { + "label": "ማስፈንጠሪያ" + } + }, + "heading": "አዲስ የስራ ታሪክ ሰነድ ይፍጠሩ" + }, + "import-external": { + "heading": "ከውጭ ምንጮች አስገባ", + "json-resume": { + "actions": { + "upload-json": "JSON ስቀል" + }, + "body": "ለመቀጠል ዝግጁ የሆነ <1>የተረጋገጠ JSON ሰነድ ካለዎት በReactive Resume ላይ ስራዎን ለማፋጠን ሊጠቀሙበት ይችላሉ። ከታች ያለውን አዝራር በመጫን የሚሰራ JSON ፋይል ይስቀሉ።", + "heading": "ከ JSON ሰነድ" + }, + "linkedin": { + "actions": { + "upload-archive": "የ ZIP ማህደር ስቀል" + }, + "body": "መረጃዎን ከ LinkedIn ወደ በመላክ እና Reactive Resume ላይ በራስ-ሙላ መስኮችን በመጠቀም ጊዜ መቆጠብ ይችላሉ። በ LinkedIn ላይ ወደ <1>የመረጃ ግላዊነት ክፍል ይሂዱ እና የመረጃ ማህደርዎን ይጠይቁ። ከተገኘ በኋላ፣ ከታች በሚገኘው የ ZIP ፋይሉን ይስቀሉ።", + "heading": "ከ LinkedIn ስቀል" + }, + "reactive-resume": { + "actions": { + "upload-json": "JSON ስቀል", + "upload-json-v2": "JSON v2 ይስቀሉ።" + }, + "body": "አሁን ካለው Reactive Resume ስሪት ጋር ወደ ውጭ የተላከ JSON ካለዎት፣ እንደገና ሊስተካከል የሚችል ስሪት ለማግኘት ወደዚህ መልሰው ማስገባት ይችላሉ።", + "heading": "ከ Reactive Resume ስቀል" + } + }, + "rename-resume": { + "actions": { + "rename-resume": "የስራ ታሪክ ሰነዱን ደግመው ይሰይሙ" + }, + "form": { + "name": { + "label": "ስም" + }, + "slug": { + "label": "ማስፈንጥሪያ" + } + }, + "heading": "የስራ ታሪክ ሰነዱን ደግመው ይሰይሙ" + } + } +} From 93633c9415af558a70299177fed9111dffcbea82 Mon Sep 17 00:00:00 2001 From: Arefat Hyeredin Date: Tue, 4 Oct 2022 14:14:28 +0300 Subject: [PATCH 2/2] Completed Amharic translations --- client/public/locales/am/builder.json | 256 +++++++++++++------------- 1 file changed, 128 insertions(+), 128 deletions(-) diff --git a/client/public/locales/am/builder.json b/client/public/locales/am/builder.json index f77d7ae9..23b76ba9 100644 --- a/client/public/locales/am/builder.json +++ b/client/public/locales/am/builder.json @@ -1,103 +1,103 @@ { "common": { "actions": { - "add": "Add New {{token}}", - "delete": "Delete {{token}}", - "edit": "Edit {{token}}" + "add": "አዲስ {{token}} ጨምር", + "delete": "{{token}} አጥፋ", + "edit": "{{token}} አዘምን" }, "columns": { - "heading": "Columns", - "tooltip": "Change number of columns" + "heading": "አምዶች", + "tooltip": "የአምዶች ብዛት ይቀይሩ" }, "form": { "date": { - "label": "Date" + "label": "ቀን" }, "description": { - "label": "Description" + "label": "መግለጫ" }, "email": { - "label": "Email Address" + "label": "የኢሜል አድራሻ" }, "end-date": { - "help-text": "Leave this field blank, if still present", - "label": "End Date" + "help-text": "አሁንም ካለ፤ ይህንን ቦታ ክፍት ይተውት።", + "label": "የመጨረሻ ቀን" }, "keywords": { - "label": "Keywords" + "label": "ቁልፍ ቃላት" }, "level": { - "label": "Level" + "label": "ደረጃ" }, "levelNum": { - "label": "Level (Number)" + "label": "ደረጃ (ቁጥር)" }, "name": { - "label": "Name" + "label": "ስም" }, "phone": { - "label": "Phone Number" + "label": "የስልክ ቁጥር" }, "position": { - "label": "Position" + "label": "የስራ ሚና" }, "start-date": { - "label": "Start Date" + "label": "የመጀመሪያ ቀን" }, "subtitle": { - "label": "Subtitle" + "label": "ንዑስ ርዕስ" }, "summary": { - "label": "Summary" + "label": "ማጠቃለያ" }, "title": { - "label": "Title" + "label": "ርዕስ" }, "url": { - "label": "Website" + "label": "ድህረገፅ" } }, "glossary": { - "page": "Page" + "page": "ገጽ" }, "list": { "actions": { - "delete": "Delete", - "duplicate": "Duplicate", - "edit": "Edit" + "delete": "አጥፋ", + "duplicate": "አባዛ", + "edit": "አዘምን" }, - "empty-text": "This list is empty." + "empty-text": "ይህ ዝርዝር ባዶ ነው።" }, "tooltip": { - "delete-item": "Are you sure you want to delete this item? This is an irreversible action.", - "delete-section": "Delete Section", - "rename-section": "Rename Section", - "toggle-visibility": "Toggle Visibility" + "delete-item": "እርግጠኛ ነዎት ይህንn ማጥፋት ይፈልጋሉ? ይህ የማይመለስ ተግባር ነው።", + "delete-section": "ክፍሉን አጥፋ", + "rename-section": "ክፍሉን እንደገና ይሰይሙ", + "toggle-visibility": "ዕይታውን ቀያይር" } }, "controller": { "tooltip": { - "center-artboard": "Center Artboard", - "copy-link": "Copy Link to Resume", - "export-pdf": "Export PDF", - "toggle-orientation": "Toggle Page Orientation", - "toggle-page-break-line": "Toggle Page Break Line", - "toggle-sidebars": "Toggle Sidebars", - "zoom-in": "Zoom In", - "zoom-out": "Zoom Out", - "undo": "Undo", - "redo": "Redo" + "center-artboard": "መሃል የሰዕል ማሳያ", + "copy-link": "የስራ ልምድ ሰነዱን ሊንክ ቅዳ", + "export-pdf": "PDF አውጣ", + "toggle-orientation": "የገጽ አቀማመጥን ቀያይር", + "toggle-page-break-line": "የገጽ መግቻ መስመርን ቀያይር", + "toggle-sidebars": "የጎን ክፍሎችን ቀይር", + "zoom-in": "አቅርብ", + "zoom-out": "አሳንስ", + "undo": "ቀልብስ", + "redo": "ድገም" } }, "header": { "menu": { - "delete": "Delete", - "duplicate": "Duplicate", - "rename": "Rename", - "share-link": "Share Link", + "delete": "አጥፋ", + "duplicate": "አብዛ", + "rename": "ዳግም ሰይም", + "share-link": "ሊንክ አጋራ", "tooltips": { - "delete": "Are you sure you want to delete this resume? This is an irreversible action.", - "share-link": "You need to change the visibility of your resume to public to make it visible to others." + "delete": "እርግጠኛ ነዎት ይህን የስራ ልምድ ሰነድ ማጥፋት ይፈልጋሉ? ይህ የማይመለስ ተግባር ነው።", + "share-link": "የሥራ ልምድዎን ለሌሎች እንዲታይ ለማድረግ ዕይታውን ወደ ይፋዊ መለወጥ ያስፈልግዎታል።" } } }, @@ -106,125 +106,125 @@ "awards": { "form": { "awarder": { - "label": "Awarder" + "label": "ሸላሚ" } } }, "basics": { "actions": { - "photo-filters": "Photo Filters" + "photo-filters": "የፎቶ ማጣሪያዎች" }, - "heading": "Basics", + "heading": "መሰረታዊ ነገሮች", "headline": { - "label": "Headline" + "label": "ርዕስ" }, "name": { - "label": "Full Name" + "label": "ሙሉ ስም" }, "birthdate": { - "label": "Date of Birth" + "label": "የትውልድ ቀን" }, "photo-filters": { "effects": { "border": { - "label": "Border" + "label": "ድንበር" }, "grayscale": { - "label": "Grayscale" + "label": "ግራጫ ልኬት" }, - "heading": "Effects" + "heading": "ተፅዕኖዎች" }, "shape": { - "heading": "Shape" + "heading": "ቅርጽ" }, "size": { - "heading": "Size (in px)" + "heading": "መጠን (በፒክስል)" } }, "photo-upload": { "tooltip": { - "remove": "Remove Photo", - "upload": "Upload Photo" + "remove": "ፎቶ አስወግድ", + "upload": "ፎቶ ስቀል" } } }, "certifications": { "form": { "issuer": { - "label": "Issuer" + "label": "ሰጪ አካል" } } }, "education": { "form": { "area-study": { - "label": "Area of Study" + "label": "የጥናት ዙሪያ" }, "courses": { - "label": "Courses" + "label": "ትምህርቶች" }, "degree": { - "label": "Degree" + "label": "ዲግሪ" }, "grade": { - "label": "Grade" + "label": "ውጤት" }, "institution": { - "label": "Institution" + "label": "ተቋም" } } }, "location": { "address": { - "label": "Address" + "label": "አድራሻ" }, "city": { - "label": "City" + "label": "ከተማ" }, "country": { - "label": "Country" + "label": "ሀገር" }, - "heading": "Location", + "heading": "አካባቢ", "postal-code": { - "label": "Postal Code" + "label": "የፖስታ ኮድ" }, "region": { - "label": "Region" + "label": "ክልል" } }, "profiles": { "form": { "network": { - "label": "Network" + "label": "አውታረ መረብ" }, "username": { - "label": "Username" + "label": "የተጠቃሚ ስም" } }, - "heading": "Profiles", - "heading_one": "Profile" + "heading": "መለያዎች", + "heading_one": "መለያ" }, "publications": { "form": { "publisher": { - "label": "Publisher" + "label": "አታሚ" } } }, "references": { "form": { "relationship": { - "label": "Relationship" + "label": "ዝምድና" } } }, "section": { - "heading": "Section" + "heading": "ክፍል" }, "volunteer": { "form": { "organization": { - "label": "Organization" + "label": "ድርጅት" } } } @@ -233,129 +233,129 @@ "rightSidebar": { "sections": { "css": { - "heading": "Custom CSS" + "heading": "የራስ CSS" }, "export": { - "heading": "Export", + "heading": "አውጣ", "json": { "primary": "JSON", - "secondary": "Download a JSON version of your resume that can be imported back into Reactive Resume." + "secondary": "ወደ Reactive Resume ተመልሶ ሊመጣ የሚችል የስራ ልምድ ሰነድ የJSON ቅጂዎትን ያውርዱ።" }, "pdf": { "loading": { - "primary": "Generating PDF", - "secondary": "Please wait as your PDF gets generated, this may take upto 15 seconds." + "primary": "PDF በመስራት ላይ", + "secondary": "እባክዎ PDF እስኪሰራ ይጠብቁ፣ ይህ እስከ 15 ሰከንድ ሊወስድ ይችላል።" }, "normal": { "primary": "PDF", - "secondary": "Download a PDF of your resume that you can print and send out to your dream job. This file cannot be imported back for further editing." + "secondary": "ማተም እና መላክ የሚችሉትን የስራ ልምድ ሰነድዎን በPDF ያውርዱ። ይህ ፋይል ለተጨማሪ አርትዖት ተመልሶ ሊመጣ አይችልም።" } } }, "layout": { - "heading": "Layout", + "heading": "አቀማመጥ", "tooltip": { - "reset-layout": "Reset Layout" + "reset-layout": "አቀማመጡን መልስ" } }, "links": { "bugs-features": { - "body": "Something stopping you from making a resume? Or do you have an amazing idea to add? Raise an issue on GitHub to get started.", - "button": "GitHub Issues", - "heading": "Bugs? Feature Requests?" + "body": "የስራ ልምድ ሰነድዎን ለመስራት የሚከለክሎት ነገር አለ? ወይም የሚጨምሩት አስደናቂ ሀሳብ አለዎት? በ GitHub ላይ ጉዳይዎን ያቅርቡ።", + "button": "GitHub ጉዳዮች", + "heading": "ችግሮች? የባህሪ ጥያቄዎች?" }, "donate": { - "body": "If you liked using Reactive Resume, please consider donating as much as you can to the cause of keeping the app up and running, without ads and free forever.", - "button": "Buy me a coffee", - "heading": "Donate to Reactive Resume" + "body": "Reactive Resumeን መጠቀም ከወደዱ እባክዎን መተግበሪያው እንዲሰራ እና ያለ ማስታወቂያ ሁሌም በነፃ እንዲቀጥል በተቻለዎት መጠን ለመለገስ ያስቡበት።", + "button": "ቡና ይጋብዙኝ", + "heading": "ለ Reactive Resume ይለግሱ" }, - "github": "Source Code", - "docs": "Documentation", - "heading": "Links" + "github": "የምንጭ ኮድ", + "docs": "ሰነዶች", + "heading": "አገናኞች" }, "settings": { "global": { "date": { - "primary": "Date", - "secondary": "Date format to use across the app" + "primary": "ቀን", + "secondary": "በመላው መተግበሪያ ላይ የሚጠቀሙበት የቀን አይነት" }, - "heading": "Global", + "heading": "ዓለም አቀፍ", "language": { - "primary": "Language", - "secondary": "Display language to use across the app" + "primary": "ቋንቋ", + "secondary": "በመላው መተግበሪያ ላይ የሚጠቀሙበት ቋንቋ" }, "theme": { - "primary": "Theme" + "primary": "ገጽታ" } }, - "heading": "Settings", + "heading": "ቅንብሮች", "page": { "break-line": { - "primary": "Break Line", - "secondary": "Show a line on all pages to mark the height of an A4 page" + "primary": "መስመር መቁረጫ", + "secondary": "የA4 ገጽ ቁመትን ለመለየት በሁሉም ገጾች ላይ መስመር አሳይ" }, - "heading": "Page", + "heading": "ገጽ", "orientation": { - "disabled": "Has no effect when there is only one page", - "primary": "Orientation", - "secondary": "Whether to display pages horizontally or vertically" + "disabled": "አንድ ገጽ ብቻ ሲኖር ምንም ተጽእኖ የለውም", + "primary": "አቅጣጫ", + "secondary": "ገጾችን በአግድም ሆነ በቋሚ ለማሳየት" } }, "resume": { - "heading": "Resume", + "heading": "የስራልምድ ሰነድ", "reset": { - "primary": "Reset Everything", - "secondary": "Made too many mistakes? Click here to reset all changes and start from scratch. Be careful, this action cannot be reversed." + "primary": "ሁሉንም ነገር ዳግም አስጀምር", + "secondary": "በጣም ብዙ ስህተቶችን ሰርተዋል? ሁሉንም ለውጦች ዳግም ለማስጀመር እና ከባዶ ለመጀመር እዚህ ይንኩ። ይጠንቀቁ፤ ይህ እርምጃ ወደ ኋላ መመለስ አይቻልም።" }, "sample": { - "primary": "Load Sample Data", - "secondary": "Not sure where to begin? Click here to load some sample data to see how a complete resume looks like." + "primary": "የናሙና መረጃን ጫን", + "secondary": "የት መጀመር እንዳለብዎት እርግጠኛ አይደሉም? የተሟላ የስራ ልምድ ሰነድ እንዴት እንደሚመስል ለማየት አንዳንድ ናሙና መረጃ ለመጫን እዚህ ይንኩ።" } } }, "sharing": { - "heading": "Sharing", + "heading": "ማጋራት", "short-url": { - "label": "Prefer Short URL" + "label": "አጭር ማስፈንጠሪያ ይመርጣሉ።" }, "visibility": { - "subtitle": "Allow anyone with a link to view your resume", - "title": "Public" + "subtitle": "ማስፈንጥሪያ ያለው ማንኛውም ሰው የእርስዎን የስራ ልምድ እንዲመለከት ይፍቀዱለት", + "title": "ይፋዊ" } }, "templates": { - "heading": "Templates" + "heading": "ምሳሌዎች" }, "theme": { "form": { "background": { - "label": "Background" + "label": "ዳራ" }, "primary": { - "label": "Primary" + "label": "ዋና" }, "text": { - "label": "Text" + "label": "ጽሑፍ" } }, - "heading": "Theme" + "heading": "ገጽታ" }, "typography": { "form": { "font-family": { - "label": "Font Family" + "label": "የጽሁፍ ቅርጽ ቤተሰብ" }, "font-size": { - "label": "Font Size" + "label": "የጽሁፍ ቅርጽ መጠን" } }, - "heading": "Typography", + "heading": "የፊደል አጻጻፍ", "widgets": { "body": { - "label": "Body" + "label": "ሐተታ" }, "headings": { - "label": "Headings" + "label": "ርዕሶች" } } }