diff --git a/android/KMAPro/kMAPro/src/main/res/values-am-rET/strings.xml b/android/KMAPro/kMAPro/src/main/res/values-am-rET/strings.xml new file mode 100644 index 0000000000..817d731403 --- /dev/null +++ b/android/KMAPro/kMAPro/src/main/res/values-am-rET/strings.xml @@ -0,0 +1,124 @@ + + + + አጋራ + + የድር አሳሽ + + የጽሑፍ መጠን + + ተጨማሪ + + የተጻፈውን አጥፋ + + መረጃ + + አደረጃጀት + + ማሻሻያዎችን ይጫኑ + + ስሪት %1$s + + እዚህ ጋር መጻፍ ይጀምሩ … + + + + የጽሑፍ መጠን፦ %1$d + + የጽሑፍ መጠን ይጨምሩ + + የጽሑፍ መጠን ይቀንሱ + + \nየተጻፈው ጠፍቷል\n + + ጀምር + + ለቋንቋዎ የፊደል ገበታ ይምረጡ + + ኪይማኑን ለሲስተም ኪቦርድ እንዲሆን ያድርጉ + + ኪማኑን መደበና የፊደል ገበታ ይሰይሙ + + ተጨማሪ መረጃ + + በሚነሳበት ሰአት ይታይ\"%1$s\" + + የፊደል ገበታውን ሰሌዳ ጥቅሎችን ለመጫን ለኪይማኑ ውጫዊ ማከማቻ ለማንበብ ፈቃድ ይስጡት። + + የማከማቻ ፈቃድ ጥያቄ ውድቅ ተደርጓል። የቁልፍ ሰሌዳ ጥቅልን መጫን ላይሳነው ይችላል + + አደረጃጀት + + + የተጫኑ ቋንዎች (%1$d) + የተጫኑ ቋንዎች (%1$d) + + + የተጫነ የፊደል ገበታ ወይም መዝገበ ቃላት + + የኪማኑን የገጽታ ቋንቋ ይቀይሩ + + ሁልጊዜ ባነሩን አሳይ + + ለመጫን የተዘጋጀ + + ሲጠፋ፣ የሚተነብይ ጽሑፍ ሲነቃ ብቻ ይታይ + + በኢንተርኔት መረብ አማካኝነት የብልሽት ሪፖርቶችን ለመላክ ፍቀድለት + + ሲበራ፤ የብልሽት ሪፖርቶችን ላክ + + ሲጠፋ፤ የብልሽት ሪፖርቶችን አትላክ + + ከkeyman.com ላይ ጫን + + ከራስህ ፋይል ላይ ጫን + + ከሌላ መሳሪያ ላይ ጫን + + የቋንቋ ሰሌዳውን ለመጫን ቋንቋ ምረጥ + + (ከፊደል ገበታው ፓኬጅ) + + የፊደል ገበታውን ፓኬጅ ምረጥ + + ቋንቋ ምረጥ %1$s + + %1$s የተጨመረ ቋንቋ %2$s + + ሁሉም ቋንቋዎች ቀደም ሲል ተጭኗል + + ፈልግ ወይም URL ጻፍ + + ዕልባቶች + + ምንም ዕልባቶች የሉም + + ዕልባቶችን አክል + + ርዕስ + + Url + + ፓኬጁ መጫን አልተቻለም %1$s + + የፊደል ገበታ ፓኬጁን ያውርዱ \n%1$s… + + ኤክስትራክት ማድረግ አልተቻለም + + የፊደል ሰሌዳን መጫን + + መዝገበ ቃላቱን መጫን + + %1$s ትክክለኛ የኪይማን ፓኬጅ ፋይል አይደለም።\n%2$s\" + + የፊደል ገበታ ሰሌዳ ጥቅሉን ለመጫን የተመቻቸ የቁልፍ ሰሌዳዎች የለውም + + ለመጫን አዲስ ግምታዊ ጽሑፍ የለውም + + ለመጫን የፊደል ገበታ ሰሌዳ ወይም አዲስ ግምታዊ ጽሑፍ የለውም + + የፊደል ገበታ ሰሌዳ ጥቅሉን ለመጫን የተመቻቸ የቁልፍ ሰሌዳዎች የለውም + + በጥቅል ውስጥ ልክ ያልሆነ ወይም የጠፋ ሜታዳታ አለ + diff --git a/android/KMEA/app/src/main/java/com/tavultesoft/kmea/DisplayLanguages.java b/android/KMEA/app/src/main/java/com/tavultesoft/kmea/DisplayLanguages.java index 0b6b28d7f1..2d16b72bd7 100644 --- a/android/KMEA/app/src/main/java/com/tavultesoft/kmea/DisplayLanguages.java +++ b/android/KMEA/app/src/main/java/com/tavultesoft/kmea/DisplayLanguages.java @@ -36,6 +36,7 @@ public class DisplayLanguages { public static final DisplayLanguageType[] getDisplayLanguages(Context context) { DisplayLanguageType[] languages = { new DisplayLanguageType(unspecifiedLocale, context.getString(R.string.default_locale)), + new DisplayLanguageType("am-ET", "አማርኛ (Amharic)"), new DisplayLanguageType("az-AZ", "Azərbaycanca (Azəricə)"), new DisplayLanguageType("en", "English"), new DisplayLanguageType("fr-FR", "French"), diff --git a/android/KMEA/app/src/main/res/values-am-rET/strings.xml b/android/KMEA/app/src/main/res/values-am-rET/strings.xml new file mode 100644 index 0000000000..417d02d5b5 --- /dev/null +++ b/android/KMEA/app/src/main/res/values-am-rET/strings.xml @@ -0,0 +1,147 @@ + + + + + + + የፊደል ገበታ + የፊደል ገበታዎች + + + አዲስ ኪቦርድ ጨምር + + የተጫኑ ቋንዎች + + %1$s ስሪቶች + + አክል + + ተመለስ + + ይቅር + + ዝጋ + + ኪይማኑን ዝጋ + + ወርዷል + + ጫን + + በኋላ + + ቀጥሎ + + ይሁን + + አዘምን + + ከኪይማን ሰርቨር ጋር መገናኘት አልቻለም! + + ይህንን የፊደል ገበታ ልታጠፋው ትፈልጋለህ? + + የዚህን የፊደል ገበታ አዲሱን ስሪት ማውረድ ትፈልጋለህ? + + የፊደል ገበታ ሰሌዳዎችን እና መዝገበ-ቃላትን አሁን ማዘመን ይፈልጋሉ? + + ሪሶርስ ተሻሽሏል + + የሚሻሻሉ ሪሶርሶች ይገኛሉ + + %1$s (ማሻሻያዎች አሉ) + + የፊደል ገበታውን ማሻሻያ ይገኛል %1$s: %2$s + + ለመዝገበ ቃላት ማሻሻያዎች ይገኛሉ %1$s: %2$s + + የፊደል ሰሌዳ የህትመት ቁጥር + + የእርዳታ የድረገጽ ሊንክ + + የፊደል ሰሌዳን ማጥፋት + + [አዲስ] %1$s + + በሌላ መገልገያ መሳሪያ ላይ ይህን የቁልፍ ሰሌዳ ለመጫን ከፈለጉ \nይህንን ኮድ ስካን ያድርጉ + + እንኳን ደህና ወደ %1$s መጡ + + የእገዛ ፋይልን ለማየት ፋይል ፕሮቫይደሩ ቤተ መጽሐፍት ያስፈልገዋል %1$s + + የገበታ ሰሌዳ ፋታል ችግር ዝርዝር %1$s:%2$s ለ %3$s ቋንቋ፤ መደበኛ ቋንቋ ጭኗል። + + ተያያዥነት ያለውን መዝገበ ቃላት ለመጫን እየፈተሸ ነው። + + የዚህን የፊደል ገበታ አዲሱን መዝገበ ቃላት ማውረድ ትፈልጋለህ? + + የሚወርድ ምንም መዝገበ ቃላት የለም + + የመረጃው ማውጫ አይገኝም + + ካታሎግ ማሻሻያው ከበስተጀርባው ጀምሯል + + ማውጫው አሁንም እየወረደ ነው፤ እባክዎን ከአፍታ በኋላ እንደገና ይሞክሩ! + + የሚያስፈልጉ ፋይሎችን እየፈለገ ነው + + የፊደል ገበታውን ከበስተኋላ በማውረድ ላይ ነው + + የመረጡት የፊደል ገበታ ሰሌዳ ቀድሞውን አውርደውታል፤ እባክዎን ከአፍታ በኋላ እንደገና ይሞክሩ! + + የፊደል ገበታ ሰሌዳ ወርዶ አልቋል! + + መዘገበ ቃላቱን ከበስተኋላ በማውረድ ላይ ነው + + የመረጡት መዝገበ ቃላት ቀድሞውን አውርደውታል፤ እባክዎን ከአፍታ በኋላ እንደገና ይሞክሩ! + + መዝገበ ቃላቱ ወርዶ አልቋል። + + ማውረድ አልቻለም + + የወረደውን ፋይል ማንበብ አልተቻለም + + ሰርቨሩን ማግኘት አልተቻለም! + + "ሁሉም ሪሶርሶችህ ዘምነዋል!" + + አንድና ከዛ በላይ የሆኑ ሪሶርሶችህ ማዘመን አልተቻለም! + + ያሉህ ሪሶርሶች በጥሩ ሁኔታ ዘምነዋል! + + የመዝገበ ቃላት ስሪት + + መዝገበ ቃላቱን ማስወገድ + + ይህንን መዝገበ ቃላት ልታጠፋው ትፈልጋለህ? + + %1$s ይህ የፊደል ገበታ ሰሌዳ ተጭኗል + + እርማቱን ያብሩ + + ትንበያውን ያብሩ + + መዝገበ ቃላት + + መዝገበ ቃላት መኖሩን ይፈትሹ + + መዝገበ ቃላት፦ %1$s + + %1$s መዝገበ ቃላቶች + + + መዝገበ ቃላት ተጭኗል + + + (%1$d የፊደል ገበታ ሰሌዳ) + (%1$d የፊደል ገበታ ሰሌዳዎች) + + + ይህንን መደበኛ ቋንቋ አድርገው + + + + ሰርዝ + + + የፊደል ገበታውን ለመቀየር እዚህ ጋር ንካ + diff --git a/ios/engine/KMEI/KeymanEngine/Classes/am.lproj/ResourceInfoView.strings b/ios/engine/KMEI/KeymanEngine/Classes/am.lproj/ResourceInfoView.strings new file mode 100644 index 0000000000..bb7cc8bde2 --- /dev/null +++ b/ios/engine/KMEI/KeymanEngine/Classes/am.lproj/ResourceInfoView.strings @@ -0,0 +1,2 @@ +/* Class = "UILabel"; text = "Scan this code to load this keyboard on another device"; ObjectID = "z2O-MT-IoV"; */ +"z2O-MT-IoV.text" = "በሌላ መገልገያ መሳሪያ ላይ ይህን የቁልፍ ሰሌዳ ለመጫን ከፈለጉ ይህንን ኮድ ስካን ያድርጉ"; diff --git a/ios/engine/KMEI/KeymanEngine/am.lproj/Localizable.strings b/ios/engine/KMEI/KeymanEngine/am.lproj/Localizable.strings new file mode 100644 index 0000000000..efd3bd7e52 --- /dev/null +++ b/ios/engine/KMEI/KeymanEngine/am.lproj/Localizable.strings @@ -0,0 +1,212 @@ +/* A descriptive message used for errors when the app is already busy downloading */ +"alert-download-error-busy" = "ለማውረድ በጣም ተቸግሯል።"; + +/* A descriptive message used when a download fails */ +"alert-download-error-detail" = "በማውረድም ሆነ በመጫን ላይ ችግሮች ተከስተዋል።"; + +/* Title for a "download failed" alert */ +"alert-download-error-title" = "የማውረድ ችግሮች"; + +/* Title for a general alert about errors */ +"alert-error-title" = "ችግሮች"; + +/* A descriptive message used when no internet connection is detected */ +"alert-no-connection-detail" = "የኪይማን ሰርቨርን ማግኘት አልተቻለም፤ እባክዎ እንደገና ይሞክሩ።"; + +/* Title for a "no connection" alert */ +"alert-no-connection-title" = "የኮኔክሽን ችግሮች"; + +/* Short text for a 'back' navigational command. Used to return to the previous screen */ +"command-back" = "ተመለስ"; + +/* Short text for a 'cancel' command. Used to back out of a menu or install process without making changes */ +"command-cancel" = "ይቅር"; + +/* Short text for a 'done' command. Used to back out of settings menus after changes have been made */ +"command-done" = "አልቋል"; + +/* Short text for an 'install' command. Used to confirm installation of a package. */ +"command-install" = "ጫን"; + +/* Short text for a 'next' navigational command. Used to advance to the next screen */ +"command-next" = "ቀጥሎ"; + +/* Short text for an 'OK' command. Used for some error alerts */ +"command-ok" = "ይሁን"; + +/* Short text for confirmining 'uninstall' commands. */ +"command-uninstall" = "ይጥፋ"; + +/* Text for the command to uninstall a keyboard */ +"command-uninstall-keyboard" = "የፊደል ሰሌዳን ማጥፋት"; + +/* Confirmation text to display before uninstalling a keyboard */ +"command-uninstall-keyboard-confirm" = "ይህንን የፊደል ገበታ ልታጠፋው ትፈልጋለህ?"; + +/* Text for the command to uninstall a lexical model */ +"command-uninstall-lexical-model" = "መዝገበ ቃላቱን ማስወገድ"; + +/* Confirmation text to display before uninstalling a lexical model */ +"command-uninstall-lexical-model-confirm" = "ይህንን መዝገበ ቃላት ልታጠፋው ትፈልጋለህ?"; + +/* Text for error when an installed file is unexpectedly missing */ +"error-missing-file" = "የእርዳታ ሰነዱን ማግኘት አልተቻለም።"; + +/* Text for error when an installed file is unexpectedly missing */ +"error-missing-file-critical" = "ወሳኝ ፋይል ሊገኝ አልቻለም። እባክዎ መተግበሪያውን እንደገና ለመጫን ይሞክሩ።"; + +/* Text for errors in data received from search queries */ +"error-query-decoding" = "ሰርቨሩ በአሁኑ ጊዜ ቴክኒካዊ ችግሮች እያጋጠመው ነው"; + +/* A descriptive message used when a download fails */ +"error-query-general" = "ከሰርቨሩ ጋር መገናኘት ያልተቻለበት ችግሮች"; + +/* Text for error when a search query is unexpectedly empty */ +"error-query-no-data" = "ሰርቨሩ ምላሽ ለመስጠት አልቻለም"; + +/* Text for general errors where not much information is known */ +"error-unknown" = "ያልተጠበቀ ችግር ተከስቷል"; + +/* Text for error when updating a resource: cannot download because no source is available */ +"error-update-no-link" = "ለዚህ ፓኬጅ ምንም አይነት ማሻሻያ ፋይሎች አልተገኘም"; + +/* Text for error when updating a resource: Keyman does not know how to update the resource */ +"error-update-not-managed" = "በኪይማን ኢንጅን የማይተዳደር ሪሶርስ ማዘመን አይቻልም"; + +/* Text for the command to open the help page of a keyboard, as shown on resource information views */ +"info-command-help-keyboard" = "የፊደል ገበታ እርዳታ"; + +/* Text for the command to open the help page of a lexical model, as shown on resource information views */ +"info-command-help-lexical-model" = "የመዝገበ ቃላት እርዳታ"; + +/* Text label for displaying a keyboard's version, as shown on resource information views */ +"info-label-version-keyboard" = "የፊደል ገበታ ሰሌዳ ስሪት፦"; + +/* Text label for displaying a lexical model's version, as shown on resource information views */ +"info-label-version-lexical-model" = "የመዝገበ ቃላት ስሪት"; + +/* Label used for the "package info" / readme tab with the package installation prompt on phones. */ +"installer-label-package-info" = "የፓኬጅ መረጃ"; + +/* Label used for the language-selection tab with the package installation prompt on phones. */ +"installer-label-select-languages" = "ቋንቋ(ዎች) ምረጥ"; + +/* Label used with a package's version, as seen within the package installation prompt. Example: "Version: 14.0.0" */ +"installer-label-version" = "ስሪት፦ %@"; + +/* Section header for languages supported by a package, as seen within the package installation prompt */ +"installer-section-available-languages" = "ያሉ ቋንቋዎች"; + +/* Text for the help popup for changing keyboards with the globe key */ +"keyboard-help-change" = "የፊደል ገበታውን ለመቀየር እዚህ ጋር ንካ"; + +/* Text for the command to exit the Keyman keyboard in favor of other keyboards installed on the system */ +"keyboard-menu-exit" = "ዝጋ %@"; + +/* Error installing a Keyman package - could not allocate a location to install it */ +"kmp-error-file-system" = "ጥቅልን መጫን ላይ ያሉ ችግሮች - file-system ችግሮች"; + +/* Error installing a Keyman package - could not copy package files */ +"kmp-error-file-copying" = "ጥቅልን መጫን ላይ ያሉ ችግሮች - የሚያስፈልጉ ፋይሎችን መቅዳት አልቻልኩም"; + +/* Error opening a Keyman package - package is not valid */ +"kmp-error-invalid" = "የፓኬጁ ፋይል ተበላሽቷል።"; + +/* Error installing a Keyman package - expected resource (keyboard or dictionary) is missing */ +"kmp-error-missing-resource" = "ይህ ፓኬጅ የተጠየቀውን የፊደል ገበታ ሰሌዳ ወይም መዝገበ ቃላት አልያዘም።"; + +/* Error opening a Keyman package - cannot parse contents */ +"kmp-error-no-metadata" = "ይህ ፓኬጅ በትክክል አልተሰራም - ይዘቶቹ አይታወቁም።"; + +/* Error opening a Keyman package - package contains unexpected resource (keyboard or dictionary) type */ +"kmp-error-wrong-type" = "ይህ ፓኬጅ የሚፈለገውን ሪሶርስ አይነት አልያዘም።"; + +/* Title for the Installed Languages menu */ +"menu-installed-languages-title" = "የተጫኑ ቋንዎች"; + +/* Section header for lexical models within a language-specific settings menu */ +"menu-langsettings-label-lexical-models" = "መዝገበ ቃላት"; + +/* Section header for keyboards within a language-specific settings menu */ +"menu-langsettings-section-keyboards" = "የፊደል ገበታዎች"; + +/* Section header for the settings toggles within a language-specific settings menu */ +"menu-langsettings-section-settings" = "የቋንቋ ስሪቶች"; + +/* Title for the language-specific settings menus */ +"menu-langsettings-title" = "%@ ስሪቶች"; + +/* Label for the toggle that enables corrections that is displayed within a language-specific settings menu */ +"menu-langsettings-toggle-correct" = "እርማቱን ያብሩ"; + +/* Label for the toggle that enables predictions that is displayed within a language-specific settings menu */ +"menu-langsettings-toggle-predict" = "ትንበያውን ያብሩ"; + +/* Help message for a prompt that appears for confirming a lexical model download: language (1): lexical model (dictionary) name (2) */ +"menu-lexical-model-install-message" = "ይህንን መዝገበ ቃላት ልትጭነው ትፈልጋለህ?"; + +/* Title for a prompt that appears for confirming a lexical model download: language (1): lexical model (dictionary) name (2) */ +"menu-lexical-model-install-title" = "%1$@: %2$@"; + +/* Text for an info alert indicating that no lexical models are available */ +"menu-lexical-model-none-message" = "መዝገበ ቃላት የለም"; + +/* Title for the lexical model menu, a submenu of the language-specific settings menus */ +"menu-lexical-model-title" = "%@ መዝገበ ቃላቶች"; + +/* Title for the keyboard picker */ +"menu-picker-title" = "የፊደል ገበታዎች"; + +/* Primary text for the Settings menu option to report keyboard crashes */ +"menu-settings-error-report" = "ችግሮቹን ማሳዋቂያውን ፍቀድ"; + +/* Secondary text for the Settings menu option to report keyboard crashes */ +"menu-settings-error-report-description" = "ሙሉ አክሰስ ሊያስፈልገው ይችላል"; + +/* Primary text for the Settings menu local-file package installation option */ +"menu-settings-install-from-file" = "ከፋይልህ ውስጥ ጫን"; + +/* Secondary text for the Settings menu local-file package installation option */ +"menu-settings-install-from-file-description" = ".kmp ፋይል አሳይ"; + +/* Primary text for the Settings menu option that displays the iOS system menu options for the app's keyboard */ +"menu-settings-system-keyboard-menu" = "የሲስተሙን የፊደል ገበታ ቅንብሮች"; + +/* Label for the "Show Banner" toggle on the main settings screen */ +"menu-settings-show-banner" = "ባነሩን አሳይ"; + +/* Label for the "Get Started" automatic display toggle seen in the Settings menu */ +"menu-settings-startup-get-started" = "በሚጀምርበት ሰዓት \"Get Started\" የሚለውን አሳይ"; + +/* Title for the main Settings menu */ +"menu-settings-title" = "የኪይማን ቅንብሮች"; + +/* Short text for notification: download failure for keyboard */ +"notification-download-failure-keyboard" = "የፊደል ገበታ ሰሌዳ መውረድ አልቻለም"; + +/* Short text for notification: download failure for lexical model */ +"notification-download-failure-lexical-model" = "መውረድ ቃላቱ መውረድ አልቻለም"; + +/* Short text for notification: download success for keyboard */ +"notification-download-success-keyboard" = "የፊደል ገበታው በጥሩ ሁኔታ ወርዷል"; + +/* Short text for notification: download success for lexical model */ +"notification-download-success-lexical-model" = "ሌክሲካል ሞዴሉ በጥሩ ሁኔታ ወርዷል"; + +/* Short text for notification: downloading a keyboard */ +"notification-downloading-keyboard" = "የፊደል ገበታው እይወረደ ነው\U2026"; + +/* Short text for notification: downloading a lexical model */ +"notification-downloading-lexical-model" = "መዝገበ ቃላቱ እይወረደ ነው\U2026"; + +/* Short text for notification: an update is available */ +"notification-update-available" = "ማሻሻያዎች ይገኛሉ"; + +/* Short text for notification: currently updating */ +"notification-update-processing" = "እየዘመነ ነው \U2026"; + +/* Text indicating success at installing new keyboards or dictionaries */ +"success-install" = "በጥሩ ሁኔታ ተጭኗል።"; + +/* A title to use in alerts indicating 'success' at whatever task the user requested */ +"success-title" = "ተሳክቷል"; diff --git a/ios/engine/KMEI/KeymanEngine/am.lproj/Localizable.stringsdict b/ios/engine/KMEI/KeymanEngine/am.lproj/Localizable.stringsdict new file mode 100644 index 0000000000..46b358864a --- /dev/null +++ b/ios/engine/KMEI/KeymanEngine/am.lproj/Localizable.stringsdict @@ -0,0 +1,118 @@ + + + + + menu-langsettings-lexical-model-count + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + u + one + %u መዝገበ ቃላት ተጭኗል + other + %u መዝገበ ቃላትቶች ተጭኗል + + + notification-update-failed + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + u + one + %u ማሻሻል አልቻለም + other + %u ማሻሻል አልቻለም + + + notification-update-success + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + u + one + %u ማሻሻል በደንብ ተችሏል + other + %u ማሻሻል በደንብ ተችሏል + + + settings-keyboards-installed-count + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + u + one + %u ይህ የፊደል ገበታ ሰሌዳ ተጭኗል + other + %u ይህ የፊደል ገበታ ሰሌዳ ተጭኗል + + + settings-languages-installed-count + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + u + one + %u ቋንቋው ተጭኗል + other + %u ቋንቋዎቹ ተጭኗል + + + package-default-found-keyboards + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + u + one + የፊደል ገበታ ሰሌዳው %u በፓኬጅ ውስጥ ተገኝቷል፦ + other + የፊደል ገበታ ሰሌዳው %u በፓኬጅ ውስጥ ተገኝቷል፦ + + + package-default-found-lexical-models + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + u + one + መዝገበ ቃላቱ %u በፓኬጅ ውስጥ ተገኝቷል፦ + other + መዝገበ ቃላቶቹ %u በፓኬጅ ውስጥ ተገኝቷል፦ + + + + diff --git a/ios/keyman/Keyman/Keyman/am.lproj/Localizable.strings b/ios/keyman/Keyman/Keyman/am.lproj/Localizable.strings new file mode 100644 index 0000000000..69f5cb7b04 --- /dev/null +++ b/ios/keyman/Keyman/Keyman/am.lproj/Localizable.strings @@ -0,0 +1,81 @@ +/* Title for the bookmarks menu within the embedded browser */ +"browser-bookmarks-add-title" = "ዕልባቶችን አክል"; + +/* Title for the bookmarks menu within the embedded browser */ +"browser-bookmarks-none" = "ምንም ዕልባቶች የሉም"; + +/* Title for the bookmarks menu within the embedded browser */ +"browser-bookmarks-title" = "ዕልባቶች"; + +/* Used to confirm a user's desire to install a package */ +"confirm-install" = "ጫን"; + +/* The label for the toggle to stop automatically showing the "Get Started" tutorial popup. */ +"disable-get-started" = "እንደገና አታሳየኝ"; + +/* Indicates an error opening a web page requested by a user */ +"error-opening-page" = "ገጹን መክፈት አልቻልኩም"; + +/* Long-form used when installing a font in order to display a language properly. */ +"font-install-description" = "በሁሉም መተግበሪያዎችዎ ውስጥ %@ በትክክል ለማሳየት ጫን የሚለውን ይንኩ"; + +/* The name of the iOS Settings menu option for keyboards */ +"ios-settings-keyboards" = "የፊደል ገበታዎች"; + +/* The name of the iOS Settings menu option for giving the keyboard full access. (The menu entry +underneath the app's name within the app-specific keyboard menu.) */ +"ios-settings-allow-full-access" = "ሙሉ አክሰስ ፍቀድለት"; + +/* Short-form used when installing a font in order to display a language properly. */ +"language-for-font" = "%@ የፊደል ቅርጽ"; + +/* Used for 'add' options within menus */ +"menu-add" = "ጨምር"; + +/* Used to indicate a sequence of menu options that a user needs to copy. May be chained. Example: "Keyboards (1) > Enable Keyman (2)" */ +"menu-breadcrumbing" = "%1$@ > %2$@"; + +/* Used to exit a menu without choosing an option */ +"menu-cancel" = "ይቅር"; + +/* Menu option that erases all previously-typed text. */ +"menu-clear-text" = "የተጻፈውን አጥፋ"; + +/* Menu option that displays a list designed to help users start using the app */ +"menu-get-started" = "ጀምር"; + +/* Menu option that displays help for the app */ +"menu-help" = "መረጃ"; + +/* Menu option that displays the main screen's drop-down menu */ +"menu-more" = "ተጨማሪ"; + +/* Menu option used to edit keyboard and dictionary settings */ +"menu-settings" = "አደረጃጀት"; + +/* Menu option that displays the iOS Share menu */ +"menu-share" = "አጋራ"; + +/* Menu option that displays an embedded web browser. */ +"menu-show-browser" = "የድረገጽ ማሰሻ"; + +/* Menu option used to control in-app font size. */ +"menu-text-size" = "የጽሑፍ መጠን"; + +/* Used to describe the current font size */ +"text-size-label" = "የጽሑፍ መጠን ይጨምሩ፦ %i"; + +/* Text to indicate that a user should set a toggle within iOS Settings to 'active'. */ +"toggle-to-enable" = "ያብሩ %@"; + +/* First option on the Get Started tutorial - Add a keyboard for your language */ +"tutorial-add-keyboard" = "ለቋንቋዎ የፊደል ገበታ ይምረጡ"; + +/* Third option on the Get Started tutorial - Displays app help. */ +"tutorial-show-help" = "ተጨማሪ መረጃ"; + +/* Second option on the Get Started tutorial - Set up Keyman as system-wide keyboard */ +"tutorial-system-keyboard" = "ኪይማኑን ለሲስተም ኪቦርድ እንዲሆን ያድርጉ"; + +/* Used to display app version (as in \"Version: 1.0.2\" */ +"version-label" = "ስሪት፦ %@"; diff --git a/linux/keyman-config/locale/am_ET.po b/linux/keyman-config/locale/am_ET.po new file mode 100644 index 0000000000..d7d05b6096 --- /dev/null +++ b/linux/keyman-config/locale/am_ET.po @@ -0,0 +1,330 @@ +msgid "" +msgstr "" +"Project-Id-Version: keyman\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-08-19 19:17+0200\n" +"PO-Revision-Date: 2021-05-18 23:53\n" +"Last-Translator: \n" +"Language-Team: Amharic\n" +"Language: am_ET\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: keyman\n" +"X-Crowdin-Project-ID: 386703\n" +"X-Crowdin-Language: am\n" +"X-Crowdin-File: /master/linux/keyman-config.pot\n" +"X-Crowdin-File-ID: 504\n" + +#: keyman_config/__init__.py:68 +msgid "Neither sentry-sdk nor raven is available. Not enabling Sentry error reporting." +msgstr "Sentry-sdk ሆነ raven ይገናሉ። የ Sentry error ሪፖርት ማድረጊያው አልበራም።" + +#: keyman_config/downloadkeyboard.py:23 +msgid "Download Keyman keyboards" +msgstr "የኪይማን የፊደል ገበታ ሰሌዳውን ማውረድ" + +#: keyman_config/downloadkeyboard.py:37 keyman_config/keyboard_details.py:49 +#: keyman_config/keyboard_details.py:340 keyman_config/view_installed.py:205 +msgid "_Close" +msgstr "_ዝጋው" + +#: keyman_config/install_kmp.py:99 +msgid "You do not have permissions to install the keyboard files to the shared area /usr/local/share/keyman" +msgstr "የፊደል ገበታ ሰሌዳ ፋይሎችን በተጋራው ቦታ ላይ /usr/local/share/keyman ለመጫን ፈቃዶች የሉትም" + +#: keyman_config/install_kmp.py:103 +msgid "You do not have permissions to install the documentation to the shared documentation area /usr/local/share/doc/keyman" +msgstr "የፊደል ገበታ ሰሌዳ ዶኪዩመንቴሽን በተጋራው ቦታ ላይ /usr/local/share/doc/keyman ለመጫን ፈቃዶች የሉትም" + +#: keyman_config/install_kmp.py:107 +msgid "You do not have permissions to install the font files to the shared font area /usr/local/share/fonts" +msgstr "የፊደል ገበታ ሰሌዳ የፊደል ቅርጾች በተጋራው ቦታ ላይ /usr/local/share/fonts ለመጫን ፈቃዶች የሉትም" + +#: keyman_config/install_kmp.py:179 +#, python-brace-format +msgid "install_kmp.py: error: No kmp.json or kmp.inf found in {package}" +msgstr "install_kmp.py: error: No kmp.json or kmp.inf found in {package}" + +#: keyman_config/install_kmp.py:246 +#, python-brace-format +msgid "install_kmp.py: error: No kmp.json or kmp.inf found in {packageFile}" +msgstr "install_kmp.py: error: No kmp.json or kmp.inf found in {packageFile}" + +#: keyman_config/install_window.py:54 +#, python-brace-format +msgid "Installing keyboard/package {keyboardid}" +msgstr "የፊደል ገበታ ሰሌዳ ወይም ፓኬጅ እይተጫነ ነው {keyboardid}" + +#: keyman_config/install_window.py:72 keyman_config/install_window.py:93 +msgid "Keyboard is installed already" +msgstr "የፊደል ገበታ ሰሌዳ ቀደም ሲል ተጭኗል" + +#: keyman_config/install_window.py:74 +#, python-brace-format +msgid "The {name} keyboard is already installed at version {version}. Do you want to uninstall then reinstall it?" +msgstr "{name} የፊደል ገበታ ሰሌዳው ቀድሞውኑ በስሪት {version} ላይ ተጭኗል፤ እንደገና አጥፍተው መጫን ይፈልጋሉ?" + +#: keyman_config/install_window.py:95 +#, python-brace-format +msgid "The {name} keyboard is already installed with a newer version {installedversion}. Do you want to uninstall it and install the older version {version}?" +msgstr "{name} የፊደል ገበታ ሰሌዳው ቀድሞውኑ በአዲሱ ስሪት ተጭኗል {installedversion}፤ እሱን ማራገፍ እና የቆየውን ስሪት {version} መጫን ይፈልጋሉ?" + +#: keyman_config/install_window.py:128 +msgid "Keyboard layouts: " +msgstr "የፊደላት ገበታ ገጽታ፦ " + +#: keyman_config/install_window.py:147 +msgid "Fonts: " +msgstr "የፊደል ቅርጽ፦ " + +#: keyman_config/install_window.py:167 keyman_config/keyboard_details.py:96 +msgid "Package version: " +msgstr "የፓኬጅ ስሪት፦ " + +#: keyman_config/install_window.py:179 +msgid "Author: " +msgstr "አዘጋጅ፦ " + +#: keyman_config/install_window.py:197 +msgid "Website: " +msgstr "ድረ ገጽ፦ " + +#: keyman_config/install_window.py:211 +msgid "Copyright: " +msgstr "የባለቤትነት መብት፦ " + +#: keyman_config/install_window.py:245 +msgid "Details" +msgstr "ዝርዝሮች" + +#: keyman_config/install_window.py:248 +msgid "README" +msgstr "የሚነበብ" + +#: keyman_config/install_window.py:256 keyman_config/view_installed.py:200 +msgid "_Install" +msgstr "_ጫን" + +#: keyman_config/install_window.py:260 +msgid "_Cancel" +msgstr "_ሰርዝ" + +#: keyman_config/install_window.py:305 +#, python-brace-format +msgid "Keyboard {name} installed" +msgstr "የፊደል ገበታ {name} ተጭኗል" + +#: keyman_config/install_window.py:310 keyman_config/install_window.py:315 +#, python-brace-format +msgid "Keyboard {name} could not be installed." +msgstr "የፊደል ገበታው {name} አልተጫነም።" + +#: keyman_config/install_window.py:311 +msgid "Error Message:" +msgstr "የችግሩ መልዕክት፦" + +#: keyman_config/install_window.py:316 +msgid "Warning Message:" +msgstr "የማስጠንቀቂያ መልዕክት፦" + +#: keyman_config/keyboard_details.py:37 +#, python-brace-format +msgid "{name} keyboard" +msgstr "{name} የፊደል ገበታ ሰሌዳ" + +#: keyman_config/keyboard_details.py:53 +msgid "ERROR: Keyboard metadata is damaged.\n" +"Please \"Uninstall\" and then \"Install\" the keyboard." +msgstr "ስህተት፦ የፊደል ሰሌዳ ገበታ ሜታ ዳታ ተጎድቷል፤ እባክህ ያጥፉትና እንደገና የፊደል ሰሌዳ ገበታውን ይጫኑ።" + +#: keyman_config/keyboard_details.py:74 +msgid "Package name: " +msgstr "የፓኬጅ ስም፦ " + +#: keyman_config/keyboard_details.py:85 +msgid "Package id: " +msgstr "የፓኬጅ መለያ፦ " + +#: keyman_config/keyboard_details.py:108 +msgid "Package description: " +msgstr "የፓኬጅ መግለጫ፦ " + +#: keyman_config/keyboard_details.py:121 +msgid "Package author: " +msgstr "የፓኬጁ ደራሲ፦ " + +#: keyman_config/keyboard_details.py:133 +msgid "Package copyright: " +msgstr "የፓኬጁ ህጋዊ መብት፦ " + +#: keyman_config/keyboard_details.py:174 +msgid "Keyboard filename: " +msgstr "የፊደል ገበታ ሰሌዳ የፋይል ስም፦ " + +#: keyman_config/keyboard_details.py:187 +msgid "Keyboard name: " +msgstr "የፊደል ገበታ ሰሌዳ ስም፦ " + +#: keyman_config/keyboard_details.py:198 +msgid "Keyboard id: " +msgstr "የፊደል ገበታ ሰሌዳ መለያ፦ " + +#: keyman_config/keyboard_details.py:209 +msgid "Keyboard version: " +msgstr "የፊደል ሰሌዳ ስሪት፦ " + +#: keyman_config/keyboard_details.py:221 +msgid "Keyboard author: " +msgstr "የፊደል ሰሌዳ ደራሲ፦ " + +#: keyman_config/keyboard_details.py:232 +msgid "Keyboard license: " +msgstr "የፋይል ሰሌዳ ፍቃድ፦ " + +#: keyman_config/keyboard_details.py:243 +msgid "Keyboard description: " +msgstr "የፊደል ሰሌዳ መግለጫ፦ " + +#: keyman_config/keyboard_details.py:334 +#, python-brace-format +msgid "Scan this code to load this keyboard\n" +"on another device or share online" +msgstr "ይህንን የፊደል ገበታ ሰሌዳ ለመጫን ይህንን ኮድ ስካን በማድረግ በሌላ መሣሪያ ላይ ይጠቀሙ ወይም በኢንተርኔት ያጋሩ " + +#: keyman_config/options.py:24 +#, python-brace-format +msgid "{packageId} Settings" +msgstr "{packageId} ቅንጅቶች" + +#: keyman_config/view_installed.py:30 +msgid "Keyman Configuration" +msgstr "የኪይማን ማቀናበሪያ" + +#: keyman_config/view_installed.py:60 +msgid "Choose a kmp file..." +msgstr "የKMP ፋይልን ምረጥ..." + +#. i18n: file type in file selection dialog +#: keyman_config/view_installed.py:65 +msgid "KMP files" +msgstr "KMP ፋይል" + +#. i18n: column header in table displaying installed keyboards +#: keyman_config/view_installed.py:141 +msgid "Icon" +msgstr "ምስል" + +#. i18n: column header in table displaying installed keyboards +#: keyman_config/view_installed.py:145 +msgid "Name" +msgstr "ስም" + +#. i18n: column header in table displaying installed keyboards +#: keyman_config/view_installed.py:148 +msgid "Version" +msgstr "ስሪት" + +#: keyman_config/view_installed.py:161 +msgid "_Uninstall" +msgstr "_አስውግድ" + +#: keyman_config/view_installed.py:162 keyman_config/view_installed.py:304 +msgid "Uninstall keyboard" +msgstr "የፊደል ሰሌዳን ማጥፋት" + +#: keyman_config/view_installed.py:167 +msgid "_About" +msgstr "_ስለ እኛ" + +#: keyman_config/view_installed.py:168 keyman_config/view_installed.py:306 +msgid "About keyboard" +msgstr "ስለ የፊደል ገበታ ሰሌዳ" + +#: keyman_config/view_installed.py:173 +msgid "_Help" +msgstr "_እርዳታ" + +#: keyman_config/view_installed.py:174 keyman_config/view_installed.py:305 +msgid "Help for keyboard" +msgstr "የፊደል ገበታ ሰሌዳ እርዳታ" + +#: keyman_config/view_installed.py:179 +msgid "_Options" +msgstr "_አማራጮች" + +#: keyman_config/view_installed.py:180 keyman_config/view_installed.py:307 +msgid "Settings for keyboard" +msgstr "የፊደል ገበታ ቅንጅቶች" + +#: keyman_config/view_installed.py:190 +msgid "_Refresh" +msgstr "_አድስ" + +#: keyman_config/view_installed.py:191 +msgid "Refresh keyboard list" +msgstr "የፊደል ገበታ ሰሌዳ ዝርዝሮችን አድስ" + +#: keyman_config/view_installed.py:195 +msgid "_Download" +msgstr "_አውርድ" + +#: keyman_config/view_installed.py:196 +msgid "Download and install a keyboard from the Keyman website" +msgstr "ከኪይማን ድረገጽ ላይ የፊደል ገበታ ሰሌዳው አውርድና ጫን" + +#: keyman_config/view_installed.py:201 +msgid "Install a keyboard from a file" +msgstr "የፊደል ገበታ ሰሌዳውን ከፋይል ውስጥ ጫን" + +#: keyman_config/view_installed.py:206 +msgid "Close window" +msgstr "ዊንዶውን ዝጋ" + +#: keyman_config/view_installed.py:278 +#, python-brace-format +msgid "Uninstall keyboard {package}" +msgstr "የፊደል ገበታ ሰሌዳውን አጥፋ {package}" + +#: keyman_config/view_installed.py:280 +#, python-brace-format +msgid "Help for keyboard {package}" +msgstr "የፊደል ሰሌዳ ገበታ እርዳታ {package}" + +#: keyman_config/view_installed.py:282 +#, python-brace-format +msgid "About keyboard {package}" +msgstr "ስለ የፊደል ገበታ {package}" + +#: keyman_config/view_installed.py:284 +#, python-brace-format +msgid "Settings for keyboard {package}" +msgstr "የፊደል ገበታ ቅንጅቶች {package}" + +#: keyman_config/view_installed.py:349 +msgid "Uninstall keyboard package?" +msgstr "የፊደል ገበታ ሰሌዳውን ፓኬጅ ላጥፋ?" + +#: keyman_config/view_installed.py:351 +#, python-brace-format +msgid "Are you sure that you want to uninstall the {keyboard} keyboard and its fonts?" +msgstr "የፊደል ገበታ ሰሌዳውን {keyboard} እና ቅርጹን ለማጥፋት እርግጠኛ ነዎት?" + +#: keyman_config/welcome.py:22 +#, python-brace-format +msgid "{name} installed" +msgstr "{name} የተጫነ" + +#: keyman_config/welcome.py:40 +msgid "Open in _Web browser" +msgstr "_በደረ ገጽ ላይ ይክፈቱ" + +#: keyman_config/welcome.py:42 +msgid "Open in the default web browser to do things like printing" +msgstr "እንደ ህትመት ያሉ ነገሮችን ለማድረግ በነባሪ የድር አሳሽ መስኮት ላይ ይክፈቱ" + +#: keyman_config/welcome.py:45 +msgid "_OK" +msgstr "_እሺ" + diff --git a/windows/src/desktop/kmshell/locale/am-ET/strings.xml b/windows/src/desktop/kmshell/locale/am-ET/strings.xml new file mode 100644 index 0000000000..259b2a781a --- /dev/null +++ b/windows/src/desktop/kmshell/locale/am-ET/strings.xml @@ -0,0 +1,911 @@ + + + + + + + ኪይማን + + + + ኒያላ + + + + + + + + &እሺ + + + + &ይቅር + + + + ይሁን + + + + ይቅር + + + + ዝጋ + + + + ይሁን + + + + ይቅር + + + + የፊደል ገበታ ሰሌዳውን ለመምረጥ ይህንን ምስል ይጫኑ + + + + ኪይማኑ አሁንም እየሰራ ነው። በማንኛውም ጊዜ የፊደል ሰሌዳውን ለመጠቀም ይህንን ምስል ይጠቀሙ። + + + + ኪማኑ ቀድሞ ተነስቷል፣ የፊደል ሰሌዳዎን ለመጠቀም በሲስተም ማሳወቂያ ክልል ውስጥ የኪማኑን ምስል ይጫኑ። + + + + የኪይማን ለአጠቃቀም ማዘጋጃ + + + + እርዳታ + + + + የፊደል ገበታ ሰሌዳ + + + + K + + + + ምርጫዎች + + + + O + + + + አቋራጭ ቁልፎች + + + + H + + + + ድጋፍ + + + + S + + + + አብረውን ይቆዩ + + + + T + + + + የመዝገብ ስም፦ + + + + ስሪት፦ + + + + የፊደል ገበታ ሰሌዳ የህትመት ቁጥር: + + + + አዘጋጅ፦ + + + + ድረ ገጽ፦ + + + + ጥቅል፦ + + + + ፎንቶች፦ + + + + የፊደል ገበታ ሰሌዳ ገጽታ: + + + + የፊደል ገበታ ሰሌዳ ገጽታ፦ + + + + የፊደል ገበታ ሰሌዳ ቋንቋ፦ + + + + የኮድ አይነት + + + + የፊደላት ገበታ አይነት፦ + + + + ቋሚ (Positional) + + + + ከዊንዶውስ ገጽታ ጋር ይመሳሰል (Mnemonic) + + + + ቋንቋ: + + + + X + + + + ቋንቋ ይጨምሩ + + + + የስክሪን ላይ የፊደል ገበታ፦ + + + + የተለመደ + + + + የተጫነ + + + + ያልተጫነ + + + + ሰነድ: + + + + የተጫነ + + + + ያልተጫነ + + + + መልዕክት + + + + የባለቤትነት መብት፦ + + + + ለውጦቹ ወዲያውኑ ይተገበራሉ + + + + የፊደል ገበታ ሰሌዳን ጫን... + + + + የፊደል ገበታ ሰሌዳ አውርድ... + + + + የፊደል ገበታ ሰሌዳ አማራጮች + + + + ምንም የቁልፍ ሰሌዳ አልተጫነም፣ ከኪማን ድረ ገጽ ላይ የቁልፍ ሰሌዳ ንድፍ ለመጫን የፊደል ሰሌዳ ማውረድ የሚለውን ቁልፍ ይጫኑ። + + + + + እርስዎ የሲስተሙ አስተዳዳሪ ከሆኑ %1$s’ የቁልፍ ሰሌዳውን ማጥፋት ይችላሉ። + + + + የፊደል ገበታ ሰሌዳውን ያጋሩ + + + + በሌላ መገልገያ መሳሪያ ላይ ይህን የቁልፍ ሰሌዳ ለመጫን ከፈለጉ ይህንን ኮድ ስካን ያድርጉ ወይም + + + + በማህበራዊ ድረገፅ ያጋሩ + + + + + + + + አጠቃላይ + + + + ሲነሳ + + + + የስክሪን ላይ የፊደል ገበታ + + + + ከፍተኛ + + + + አቋራጭ ቁልፎች እና የፊደል ገበታ ተንቀሳቃሽ + + + + ማመሳሰል AltGr ከ Ctrl+Alt + + + + የሃርድዌር ዴድኪዎችን እንደ ተራ ቁልፍ አድርገው ይይዟቸው + + + + ጥቆማ መልዕክቶች አሳይ + + + + ጉድለቶችን ወዲያውኑ ለ keyman.com አሳውቅ + + + + ስም ያልተጠቀሰ የአጠቃቀም ስታቲስቲክስ ለ keyman.com ያጋሩ + + + + ዊንዶውስ ሲነሳ አብሮ ይነሳ + + + + የኪማን መለያ ምስልን አሳይ + + + + የእንኳን ደህና መጡ ምስልን አሳይ + + + + የተሻሻሉ መረጃዎችን ለማግኘት በየሳምንቱ keyman.com ይመልከቱ + + + + ኪይማን ሲነሳ ከሌሎች አፕሊኬሽን ጋር ግጭት እንዳይኖር ፈትሽ + + + + የስክሪን ላይ ኪቦርዱን ፊደሉን ከተጫኑ በኋላ Shift/Ctrl/Alt ይልቀቁ + + + + የኪይማን የፊደል ሰሌዳ ሲመረጥ ሁልጊዜ የስክሪን ላይ ኪቦርዱን መስኮት አሳይ + + + + የፊደል ሰሌዳው በሚመረጥበት ጊዜ ወዲያውኑ ወደ ተገቢው የስክሪን ላይ ኪቦርድ እርዳታ ይቀይሩ + + + + የዩኒኮድ ተጨማሪ የባህርይ ማሳያ ያብሩ (ኪይማኑ ዳግም ማስጀመር ያስፈልጋል) + + + + \'ያልታወቀውን\' ቋንቋ ያብሩ + + + + የኪማኑን ስህተቶች ፈልግ + + + + የኪይማኑን የፊደል ሰሌዳ ሲመረጥ የዊንዶውን ቋንቋ ቀይር + + + + ለሁሉም ፕሮግራሞች የቁልፍ ሰሌዳውን ንድፍ ይምረጥ + + + + ሁልጊዜ በዊንዶውስ ቪስታ ውስጥ በሚሰራበት ጊዜ የተጠቃሚውን ፍቃድ ከፍ አድርግ + + + + ዋና የፊደል ገበታ... + + + + + + + + + + + + + (ባዶ ነው) + + + + ኪይማኑን ያጥፉ + + + + የፊደል ገበታውን ዝርዝር ይክፈቱ + + + + የስክሪን ኪቦርዱን ገፅ አሳይ + + + + ማቀናበሪያውን ክፈት + + + + የፊደላቱን እርዳታ አሳይ + + + + የፊዳላቱን ማፕ አሳይ + + + + መጻፊያውን ክፈት + + + + ቋንቋ መቀየሪያውን ክፈት + + + + አጠቃላይ አቋራጭ ቁልፎች + + + + የፊደል ገበታ ሰሌዳ ገጽታ + + + + ኪይማኑን ሲጠቀሙ ማንኛውም ጉዳይ ካለዎት ለ Keyman Community Forum ጥያቄ ያቅርቡ። + + + + Keyman Community Forum ን ይክፈቱ + + + + የተሰራው በ SIL International ነው + + + + የቅጂ መብት © SIL International፤ ሁሉም መብቶቹ የተጠበቁ ናቸው። + + + + ስሪት + + + + ጠቃሚ ገጾች + + + + የኢንተርኔት እርዳታ + + + + የተሻሻሉ መረጃዎችን ይመልከቱ + + + + የፕሮክሲ ማስተካከያ... + + + + የኪይማን ሲስተም ማስተካከያ... + + + + የችግሮች መፍቻ + + + + ኪይማኑን ከ keyman.com ላይ ያውርዱ + + + + አውርድ እንጂ አትጫነው + + + + + የፈደል ገበታውን ማውረድ አልተቻለም ምክንያቱም፦ %2$d: %1$s + + + + < ወደ ኋላ + + + + የፊደል ገበታውን ሙሉ ስሪት መጫን + + + + ዝርዝሮች + + + + አጭር ገለጻ + + + + ጫን + + + + የፕሮክሲ ዳታቤዝ ማቀነባበሪያ + + + + ሰርቨር: + + + + ፖርት: + + + + መለያ ስም: + + + + የሚስጢር ቁጥር: + + + + ዋናውን የፊደል ገበታ ሰሌዳ ሰይም + + + + በዊንዶውስ የምትጠቀሙበት ዋናውን የላቲን ስክሪፕት የሆነውን የፊደል ገበታ ይምረጡ፣ የኪይማን የፊደል ገበታ ከመረጥከው ንድፍ ጋር ወዲያውኑ ይላመዳል። + + + + አቋራጭ ቁልፉን ይቀይሩ + + + + + መደበኛውን አቋራጭ ቁልፍ ይምረጡ ወይም \'Custom\' እና Ctrl, Shift እና Alt ያዝና የፈለግከውን አቋራጭ ቁልፍ ለምትፈልገው ቋንቋ ይክፈቱ %1$s: + + + + መደበኛውን አቋራጭ ቁልፍ ይምረጡ ወይም \'Custom\' እና Ctrl, Shift እና Alt ያዝና የፈለግከውን አቋራጭ ቁልፍ ጻፍ: + + + + + የመረጥከው አቋራጭ ቁልፍ %1$s ከመደበኛው የፊደል ገበታ ጋር ይጋጫል፤ ስለዚህ Ctrl ወይም Alt መጠቀም አለብህ። አሁን መቀየር ትፈልጋለህ? + + + + + የመረጥከው አቋራጭ ቁልፍ %1$s ከመረጥከው የፊደል ገበታ ጋር ይጋጫል %2$s። በዚህ ከቀጠልክ %2$s የዚህ የፊደል ገበታ አቋራጭ ቁልፍ ይሰረዛል፣ ልቀጥል? + + + + + አቋራጭ ቁልፉ %1$s ከሌላ አቋራጭ ቁልፍ ጋር ይጋጫል፤ በዚህ ከቀጠልክ የዚህ የፊደል ገበታ አቋራጭ ቁልፍ ይሰረዛል፣ ልቀጥል? + + + + የተሻሻለ የኪይማን ኮምፖነንት ይገኛል + + + + የኪይማን ማሻሻያዎች አሁን ይገኛሉ + + + + እባክዎ ለማሳደግ የምትፈልገውን ማሻሻያ ይምረጡ: + + + + እባክዎ ሊጭኗቸው የሚፈልጉትን ማሻሻያዎች ይምረጡ: + + + + አሁን ይጫኑ + + + + ይቅር + + + + የቆየ ስሪት + + + + የተሻሻለ ኮምፖነንት + + + + መጠን + + + + + ኪይማን %1$s + + + + + የፊደል ገበታ %1$s %2$s + + + + ከ Keyman.com መገናኘት አልተቻለም፤ እባክዎ የማይቋረጥ የኢንተርኔት አገልግሎት እንዳለዎት ያረጋግጡና እንደገና ይሞክሩ። + + + + + ከ Keyman.com መገናኘት አልተቻለም፤ እባክዎ የማይቋረጥ የኢንተርኔት አገልግሎት እንዳለዎት ያረጋግጡና እንደገና ይሞክሩ። የገጠምዎት ችግር: %1$s + + + + የኪይማን ማሻሻያዎች ይገኛሉ + + + + ማሻሻያዎቹን ለማውረድ እና ለመጫን ይህንን ምልክት ይጫኑት + + + + የኪይማን ማሻሻያዎችን ይመልከቱ እና ይጫኑ + + + + ከቀጥታ የኢንተርኔት ማሻሻያ ፍተሻ ይውጡ + + + + ኪይማን + + + + ኪይማኑን ያስጀምሩ + + + + ውጣ + + + + ማቀናበሪያ + + + + ይህንን ምስል ኪይማን ሲጀምር ያሳይ + + + + በውስጥ አሳይ + + + + ሌሎች ቋንቋዎችን በኢንተርኔት ላይ ያግኙ... + + + + የኪይማን ተጠቃሚዎችን ቋንቋ ለመተርጎም ያግዙ... + + + + አማርኛ + + + + አማርኛ (Amharic) + + + + am + + + + en + + + + ኪይማን + + + + ፍንጮችን ዳግም ያስጀምሩ + + + + ሁሉም የፍንጭ መልዕክቶች ዳግም ተጀምረዋል እናም እንደገና ይታያሉ። + + + + + ኪይማኑ ይዘጋ? + + + + + እርግጠኛ ነዎት ኪይማኑን መዝጋት ይፈልጋሉ? የእርስዎ የፊደል ገበታ አሁንም በዊንዶውስ ቋንቋዎች ውስጥ ተዘርዝረዋል ፣ ነገር ግን ኪይማን ዳግም እስኪጀምር ድረስ ተግባራዊ አይሆንም። + + + + + የስክሪን ላይ የፊደል ገበታ ይዘጋ + + + + + የስክሪን ላይ የፊደል ገበታ ዘግተዋል። ኪይማኑ አሁንም እየሰራ ነው፤ \"የስክሪን ላይ የፊደል ገበታ\" የሚለውን በመጫን በማንኛውም ጊዜ መክፈት ይችላሉ። + + + + ይህንን ፍንጭ እንድገና አታሳየኝ + + + + የኪይማን እርዳታ + + + + የእገዛ ይዘቶች + + + + እገዛ በርቷል + + + + የፊደል ገበታ ሰሌዳ + + + + የስክሪን ላይ የፊደል ገበታ + + + + የፊደላት ቅርጽ እርዳታ አሳይ + + + + የቋንቋ ማፕ አሳይ + + + + ማቀናበሪያውን ክፈት + + + + እርዳታ ክፈት + + + + የስክሪን ላይ የፊደል ገበታ ዝጋ + + + + ኪይማኑን ያጥፉ + + + + የስክሪን ላይ የፊደል ገበታ + + + + የፊደላት ቅርጽ አጋዥ + + + + የፊደል ማፕ + + + + መጻፊያ... + + + + ማቀነባበሪያ... + + + + እገዛ... + + + + ዝጋ + + + + በማይፈለግበት ጊዜ ይደብዝዝ + + + + ቱልባር አሳይ + + + + ይህንን ገጽ ሴቭ ያድርጉ... + + + + አትም... + + + + ኪይማን + + + + + ስሪት %1$s + + + + አትም... + + + + + %1$s የሚል ስም ያለው ጥቅል አስቀድሞ ተጭኗል። እሱን ማጥፋትና አዲሱን መጫን ይፈልጋሉ? + + + + + የፊደል ገበታ \'%1$s \' የሚባል አስቀድሞ ተጭኗል፤ አዲሱ ከመጫኑ በፊት የቀድሞውን ያጠፋብዎታል፤ በዚሁ ይቀጥላሉ? + + + + + የቁልፍ ሰሌዳው \'%1$s\' የጥቅል \'%2$s\' አካል ነው፤ ሙሉ ጥቅሉን ማጥፋት አለብዎት፤ ይቀጥላሉ? + + + + + የቁልፍ ሰሌዳ ቋንቋ መጫን አልተቻለም፤ ምክንያቱም ዊንዶውስ የአራት ጊዜ ጊዜያዊ ቋንቋዎች ወሰን አለው፤ እና እርስዎ እዚህ ገደብ ላይ ደርሰው ይሆናል። + + + + + ጥቅሉ ወይም የቋንቋው ሰሌዳ \'%1$s\' ምንም የመግቢያ እርዳታ አላካተተም። + + + + ከዚህ ኦፐሬቲንግ ሲስተም ጋር አይጣጣምም። + + + + ኪማን_ዴስክቶፕ.chm + + + + የእርዳታ ሰነዱን ማግኘት አልተቻለም። + + + + የኮድ ገጽ + + + + ዩኒኮድ + + + + የሚወርድ ፋይል + + + + + የተጫነውን የስክሪን ላይ ኪቦርዱን ማስወገድ ይፈልጋሉ %1$s? + + + + + የፊደል ገበታውን ማስወገድ ይፈልጋሉ %1$s? + + + + + የፊደል ገበታውን ጥቅል ማስወገድ ይፈልጋሉ %1$s\?\n\n%2$s + + + + + የሚከተሉትን የፊደላት ቅርጾች በተጨማሪም ይወገዳሉ፦ %1$s + + + + የቃላት ማፕ ስራ ላይ ከመዋሉ በፊት መገንባት ያስፈልገዋል፤ አሁን ይገንባ? + + + + + የዩኒኮድ ቃላት ዳታቤዝ እንደገና ለመገንባት ሊጠፋ አልቻለም፤ የገጠመው ችግር ዝርዝር፦ %1$s + + + + + የዩኒኮድ ቃላት ዳታቤዝ ሊፈጠር አልቻለም እና ተሰናክሏል፤ የገጠመው ችግር ዝርዝር፦ %1$s + + + + + የዩኒኮድ ቃላት ዳታቤዝ በጥሩ ሁኔታ ሊጫን አልቻለም (%1$s )፤ እንደገና አሁን ይገንባ? + + + + + ኪይማን መነሳት አልቻለም፤ ከመቀጠልዎ በፊት የፕሮግራሙ ሴኪዩሪቲ ሴቲንግ keyman.exe እንዲጀመር የተፈቀደ መሆኑን ለማረጋገጥ እባክዎ የደህንነት ቅንብሮችዎን ይፈትሹ። የተመለሰው ስህተት \n\n\"%1$s\"\n\nአሁን ኪይማን እንደገና ለማስጀመር መሞከር ይፈልጋሉ? + + + + ኪይማን ማረሚያ መረጃ %LOCALAPPDATA%\Keyman\Diag\system#.etl (# ቁጥር ባለበት) ተብሎ በሚጠራው መዝገብ ውስጥ ይቀመጣል። ይህንን ፋይል ለመሰረዝ ከመሞከርዎ በፊት ከኪማን መውጣት አለብዎት። \n\nማስጠንቀቂያ: ይህ ፋይል በፍጥነት ሊያድግ ይችላል። ኢኔብሊንግ ዲበጊንግ (enabling debugging) ሲስተምዎን ሊያዘገይ ይችላል እና መደረግ ያለበት በቴክኒክ ድጋፍ ብቻ ከሆነ ነው። \n\nየግል ማስጠንቀቂያ: እባክዎን ዲበጊንግ ሎግ ፋይል ሪከርድስ (debug logfile records) ሁሉንም የሚተይቡትን ቁልፍ ጭነቶች ይመዘግባል። ዲበጊንግ ሎግ (debug log) ማስታወሻውን ለምርመራ ወይም ለምርመራ ክፍለ ጊዜ ብቻ ማብራት አለብዎት። + + + + ለፊደል ገበታው የሚሆን ተዛማጅ የፊደል ቅርጽ ለመፈለግ እባክዎ ይጠብቁ %1$s + + + + የፊደል ገበታ %1$s የዩኒኮድ ቁልፍ ሰሌዳ አይደለም፤ የፊደል ቅርጽ በራሱ ስር ሊገኙ አልቻለም፤ ለፊደል ቅርጹ መረጃ እባክዎን የቁልፍ ሰሌዳ ሰነዱን ያረጋግጡ። + + + + በአሁኑ ጊዜ ምንም የቁልፍ ሰሌዳ አቀማመጥ አልተጫነም አልተጫነም። + + + + ተዛማጅ የፊደላት ቅርጽ ለማግኘት እባክዎ የኪይማኑን የፊደል ሰሌዳ ይምረጡ። + + + + የኪይማን - መጻፊያ + diff --git a/windows/src/desktop/setup/locale/am-ET/strings.xml b/windows/src/desktop/setup/locale/am-ET/strings.xml new file mode 100644 index 0000000000..1c4f4252d9 --- /dev/null +++ b/windows/src/desktop/setup/locale/am-ET/strings.xml @@ -0,0 +1,80 @@ + + + አማርኛ + $APPNAME $VERSION አዘገጃጀት + ጫን $APPNAME $VERSION + $APPNAME $VERSION በጥሩ ሁኔታ ተጭኗል። + እርግጠኛ ነዎት የሚጫነውን ማቋረጥ ይፈልጋሉ $APPNAME? + ጥቅል ማውጣት... + ፓኬጆችን በመፈተሽ ላይ... + ለማዘመን በኢንተርኔት አዲስ ነበር መኖሩን አረጋግጥልኝ... + የተጫኑ ስሪቶችን ፈጥሽልኝ... + አጠናቅቅ... + + • $APPNAME %0:s %1:s + + • %0:s %1:s %2:s + + • %0:s %1:s for %2:s %3:s + ምንም የሚጫን አዲስ ነገር የለም። + + (%0:s የወረደ) + የሚጫኑ ዝርዝሮች ፦ + $APPNAME $VERSION ይህ ነፃና ክፍት ምንጭ + &ፈቃዱን ያንብቡ + የሚጫኑ &አማራጭ ዝርዝሮች + $APPNAME የሚጫኑ ዝርዝሮች + ይሁን + &ጫን + ይቅር + ዝጋ + እይተጫነ ያለ $APPNAME + የድሮውን ስሪት ማጥፋት + የመጫን ሂደቱን ጨርሷል + ማዋቀር ከመጠናቀቁ በፊት ዊንዶውስን እንደገና ማስጀመር አለብዎት፤ ዊንዶውስን እንደገና ሲያስጀምሩ ማዋቀር ይቀጥላል። + +አሁን እንደገና ዊንዶውሱን ላብራ? + ዊንዶውስ ወዲያውኑ እንደገና መጀመር አልቻለም፤ ከመሞከርዎ እና ከመጀመርዎ በፊት ዊንዶውስ እንደገና ማስጀመር አለብዎት $APPNAME. + የመጫን ሂደቱን ለማጠናቀቅ ዊንዶውስን እንደገና ማስጀመር አለብዎት፤ ዊንዶውስን እንደገና ሲያስጀምሩ ማዋቀር ይጠናቀቃል። + $APPNAME $VERSION ዊንዶውስ 7 ወይም ከዚያ በኋላ እንዲጭኑ ይፈልጋል፤ ሆኖም ኬይማን ዴስክቶፕ 7 ፣ 8 ወይም 9 ተጭኖ ተገኝቷል፤ በዚህ በተጫነው ውስጥ የተካተቱትን የፊደል ገበታ ሰሌዳዎች የኪይማን ዴስክቶፕ ስሪት ውስጥ መጫን ይፈልጋሉ? + ይህ የ $APPNAME ስሪት ዊንዶውስ 7 ወይም ከዚያ በኋላ እንዲጭን ይፈልጋል፤ ኪይማን ዴስክቶፕ 8 ማውረድ ይፈልጋሉ? + የሚጫኑ አማራጭ ዝርዝሮች + የሚጫኑ አማራጭ ዝርዝሮች + መደበኛ ስርአት $APPNAME + የሚጫኑ ወይም የሚሻሻሉ ሞጁሎች + ተያያዥነት ያለው የፊደል ገበታ ቋንቋ + የሚጫነው ስሪት + ዊንዶው ሲነሳ $APPNAME አብሮ ይነሳ + የተጫነው ሲጨርስ $APPNAME ይጀምር + በየጊዜው በኢንተርኔት መረብ ላይ ማሻሻያዎቹን ይፈትሹ + ከቀድሞዎቹ ስሪቶች ጋር የተጫኑ የፊደል ገበታ ሰሌዳ ስሪትቶችን $VERSION ያሻሽሉ + ስም ያልተጠቀሰ የአጠቃቀም ስታቲስቲክስ ለ keyman.com ያጋሩ + + የሚጫነው ስሪት፦ %0:s + እይተጫነ ያለ $APPNAME + የተሻሻለ $APPNAME + + $APPNAME %0:s ቀድሞ የተጫነ። + + የወረደ ስሪት %0:s (%1:s) + + ስሪት %0:s + + የተጫነ %0:s + + የወረደ ስሪት %0:s (%1:s) + + ስሪት %0:s + + ከ%0:s የፊደል ገበታ ሰሌዳ ጋር ለማያያዝ የሚፈልጉትን ቋንቋ ይምረጡ + ነባር ቋንቋ + + %0:s በማውረድ ላይ + + %0:s በማውረድ ላይ + $APPNAME ማዋቀር ተጨማሪ አጋዥ ሪሶርሶችን ለማውረድ ከkeyman.com ጋር መገናኘት አልቻለም። + +እባክዎን የኢንተርኔት ኮኔክሽን መኖሩን ያረጋግጡ እና በፋየርዎልዎ ቅንብሮች ውስጥ በይነመረብን ለመድረስ ለ $APPNAME ማዋቀር ፈቃድ ይስጡ። + +ከቅንብር ለመውጣት (Abort)ን ይምረጡ፣ እንደገና ሪሶርሶቹን ለማውረድ እንደገና ይሞክሩ፣ ወይም ከኢንተርኔት ውጭ ለመቀጠል ችላ ይበሉት። +