Skip to content

Commit

Permalink
Update translations from CrowdIn
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Nov 10, 2019
1 parent 9fa40d4 commit b401372
Show file tree
Hide file tree
Showing 13 changed files with 731 additions and 255 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ out/
/captures

gradle.properties
crowdin.properties

#Crashlytics

Expand Down
98 changes: 49 additions & 49 deletions app/src/main/res/values-ar-rSA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,58 +16,58 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="title_create_account">إنشاء حساب</string>
<string name="title_edit_account">تعديل الحساب</string>
<string name="description_add_transaction_icon">إضافة حركة جديدة لحساب</string>
<string name="description_view_account_icon">عرض تفاصيل الحساب</string>
<string name="label_no_accounts">لا توجد حسابات للعرض</string>
<string name="label_account_name">اسم الحساب</string>
<string name="btn_cancel">إلغاء</string>
<string name="btn_save">حفظ</string>
<string name="btn_test">اختبار</string>
<string name="label_passcode">أدخل رمز المرور</string>
<string name="toast_wrong_passcode">رمز المرور خطأ؛ من فضلك حاول مُجددًا</string>
<string name="toast_passcode_set">إعداد رمز المرور</string>
<string name="label_confirm_passcode">الرجاء تأكيد كلمة المرور الخاصة بك</string>
<string name="toast_invalid_passcode_confirmation">تأكيد رمز المرور غير صحيح. الرجاء المحاولة مرة أخرى</string>
<string name="label_transaction_name">الوصف</string>
<string name="label_transaction_amount">المبلغ</string>
<string name="title_add_transaction">معاملة جديدة</string>
<string name="label_no_transactions">لا معاملات لعرض</string>
<string name="label_debit">الخصم</string>
<string name="label_credit">الائتمان</string>
<string name="title_accounts">الحسابات</string>
<string name="title_transactions">المعاملات</string>
<string name="menu_delete">حذف</string>
<string name="alert_dialog_ok_delete">حذف</string>
<string name="alert_dialog_cancel">إلغاء</string>
<string name="toast_account_deleted">تم حذف الحساب</string>
<string name="title_confirm_delete">تأكيد الحذف</string>
<string name="title_edit_transaction">تحرير المعاملات</string>
<string name="label_transaction_description">إضافة ملاحظة</string>
<string name="title_selected">%1$d محدد</string>
<string name="label_account_balance">الرصيد:</string>
<string name="label_export_destination">التصدير إلى:</string>
<string name="title_export_dialog">تصدير المعاملات</string>
<string name="hint_export_choice">بشكل افتراضي، سيتم تصدير المعاملات الجديدة فقط منذ آخر تصدير. حدد هذا الخيار لتصدير جميع المعاملات</string>
<string name="toast_export_error">خطأ في تصدير ملف %1$s</string>
<string name="btn_export">تصدير</string>
<string name="option_delete_after_export">حذف الحركات بعد التصدير</string>
<string name="hint_delete_after_export">سيتم حذف كافة المعاملات المصدرة عند اكتمال التصدير</string>
<string name="title_settings">إعدادات</string>
<string name="title_create_account">Create Account</string>
<string name="title_edit_account">Edit Account</string>
<string name="description_add_transaction_icon">Add a new transaction to an account</string>
<string name="description_view_account_icon">View account details</string>
<string name="label_no_accounts">No accounts to display</string>
<string name="label_account_name">Account name</string>
<string name="btn_cancel">Cancel</string>
<string name="btn_save">Save</string>
<string name="btn_test">Test</string>
<string name="label_passcode">Enter Passcode</string>
<string name="toast_wrong_passcode">Wrong passcode, please try again</string>
<string name="toast_passcode_set">Passcode set</string>
<string name="label_confirm_passcode">Please confirm your passcode</string>
<string name="toast_invalid_passcode_confirmation">Invalid passcode confirmation. Please try again</string>
<string name="label_transaction_name">Description</string>
<string name="label_transaction_amount">Amount</string>
<string name="title_add_transaction">New transaction</string>
<string name="label_no_transactions">No transactions to display</string>
<string name="label_debit">DEBIT</string>
<string name="label_credit">CREDIT</string>
<string name="title_accounts">Accounts</string>
<string name="title_transactions">Transactions</string>
<string name="menu_delete">Delete</string>
<string name="alert_dialog_ok_delete">Delete</string>
<string name="alert_dialog_cancel">Cancel</string>
<string name="toast_account_deleted">Account deleted</string>
<string name="title_confirm_delete">Confirm delete</string>
<string name="title_edit_transaction">Edit Transaction</string>
<string name="label_transaction_description">Add note</string>
<string name="title_selected">%1$d selected</string>
<string name="label_account_balance">Balance:</string>
<string name="label_export_destination">Export To:</string>
<string name="title_export_dialog">Export Transactions</string>
<string name="hint_export_choice">By default, only new transactions since last export will be exported. Check this option to export all transactions</string>
<string name="toast_export_error">Error exporting %1$s file</string>
<string name="btn_export">Export</string>
<string name="option_delete_after_export">Delete transactions after export</string>
<string name="hint_delete_after_export">All exported transactions will be deleted when exporting is completed</string>
<string name="title_settings">Settings</string>
<string-array name="export_destinations">
<item>حفظ باسم&#8230;</item>
<item>Save As&#8230;</item>
<item>Dropbox</item>
<item>ownCloud</item>
<item>إرسال إلى&#8230;</item>
<item>Send to&#8230;</item>
</string-array>
<string name="btn_move">نقل</string>
<string name="title_move_transactions">نقل %1$d معاملات</string>
<string name="btn_move">Move</string>
<string name="title_move_transactions">Move %1$d transaction(s)</string>
<string name="label_move_destination">Destination Account</string>
<string name="toast_incompatible_currency">Cannot move transactions.\nThe destination account uses a different currency from origin account</string>
<string name="header_general_settings">عام</string>
<string name="header_about_gnucash">حول</string>
<string name="title_choose_currency">اختار عملة إفتراضية</string>
<string name="header_general_settings">General</string>
<string name="header_about_gnucash">About</string>
<string name="title_choose_currency">Choose default currency</string>
<string name="title_default_currency">Default currency</string>
<string name="summary_default_currency">Default currency to assign to new accounts</string>
<string name="label_permission_record_transactions">Enables recording transactions in GnuCash for Android</string>
Expand Down Expand Up @@ -124,9 +124,9 @@
- Multiple bug fixes and improvements\n
</string>
<string name="label_dismiss">Dismiss</string>
<string name="toast_transanction_amount_required">أدخل مبلغ لحفظ الحركة</string>
<string name="toast_error_importing_accounts">حدث خطأ أثناء استيراد حسابات GnuCash</string>
<string name="toast_success_importing_accounts">تم إستيراد حسابات GnuCash بنجاح</string>
<string name="toast_transanction_amount_required">Enter an amount to save the transaction</string>
<string name="toast_error_importing_accounts">An error occurred while importing the GnuCash accounts</string>
<string name="toast_success_importing_accounts">GnuCash Accounts successfully imported</string>
<string name="summary_import_accounts">Import account structure exported from GnuCash desktop</string>
<string name="title_import_accounts">Import GnuCash XML</string>
<string name="summary_delete_all_accounts">Delete all accounts in the database. All transactions will be deleted as
Expand Down
18 changes: 9 additions & 9 deletions app/src/main/res/values-el-rGR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,19 +206,19 @@
<string name="hint_split_memo">Memo</string>
<string name="label_spend">Spend</string>
<string name="label_receive">Receive</string>
<string name="label_withdrawal">Ανάληψη</string>
<string name="label_deposit">Κατάθεση</string>
<string name="label_payment">Πληρωμή</string>
<string name="label_charge">Χρέωση</string>
<string name="label_withdrawal">Withdrawal</string>
<string name="label_deposit">Deposit</string>
<string name="label_payment">Payment</string>
<string name="label_charge">Charge</string>
<string name="label_decrease">Decrease</string>
<string name="label_increase">Increase</string>
<string name="label_income">Income</string>
<string name="label_rebate">Rebate</string>
<string name="label_expense">Expense</string>
<string name="label_bill">Bill</string>
<string name="label_invoice">Invoice</string>
<string name="label_buy">Αγορά</string>
<string name="label_sell">Πώληση</string>
<string name="label_buy">Buy</string>
<string name="label_sell">Sell</string>
<string name="account_name_opening_balances">Αρχικά υπόλοιπα</string>
<string name="account_name_equity">Καθαρή Θέση</string>
<string name="summary_save_opening_balances">Enable to save the current account balance (before deleting transactions) as new opening balance after deleting transactions
Expand All @@ -228,14 +228,14 @@
<string name="export_warning_qif">Generates separate QIF files per currency</string>
<string name="label_imbalance">Imbalance:</string>
<string name="btn_add_split">Add split</string>
<string name="menu_title_favorite">Αγαπημένο</string>
<string name="menu_title_favorite">Favorite</string>
<string name="drawer_open">Navigation drawer opened</string>
<string name="drawer_close">Navigation drawer closed</string>
<string name="title_reports">Αναφορές</string>
<string name="title_reports">Reports</string>
<string name="title_pie_chart">Pie Chart</string>
<string name="title_line_chart">Line Chart</string>
<string name="title_bar_chart">Bar Chart</string>
<string name="title_report_prefs">Προτιμήσεις αναφοράς</string>
<string name="title_report_prefs">Report Preferences</string>
<string name="title_use_account_color">Account color in reports</string>
<string name="summary_use_account_color">Use account color in the bar/pie chart</string>
<string name="menu_order_by_size">Order by size</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-es-rMX/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<string name="hint_export_choice">Por defecto solo las nuevas transacciones desde la última exportación serán exportadas. Seleccione esta opción para exportar todas las transacciones</string>
<string name="toast_export_error">Error exportando datos %1$s</string>
<string name="btn_export">Exportar</string>
<string name="option_delete_after_export">Borrar transacciones después de exportar</string>
<string name="option_delete_after_export">Borrar transacciones despues de exportar</string>
<string name="hint_delete_after_export">Todas las transacciones exportadas serán borradas cuando la exportación haya terminado</string>
<string name="title_settings">Ajustes</string>
<string-array name="export_destinations">
Expand Down Expand Up @@ -226,7 +226,7 @@
<string name="menu_toggle_legend">Mostrar leyenda</string>
<string name="menu_toggle_labels">Mostrar etiquetas</string>
<string name="menu_toggle_percentage_mode">Mostrar porcentaje</string>
<string name="menu_toggle_average_lines">Mostrar líneas de media</string>
<string name="menu_toggle_average_lines">Mostar lineas de media</string>
<string name="menu_group_smaller_slices">Agrupar porciones pequeñas</string>
<string name="label_chart_no_data">Datos del gráfico no disponibles</string>
<string name="label_chart_total">Total</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<string name="label_credit">ABONO</string>
<string name="title_accounts">Cuentas</string>
<string name="title_transactions">Transacciones</string>
<string name="menu_delete">Borrar</string>
<string name="menu_delete">BORRAR</string>
<string name="alert_dialog_ok_delete">Borrar</string>
<string name="alert_dialog_cancel">Cancelar</string>
<string name="toast_account_deleted">Cuenta borrada</string>
Expand Down Expand Up @@ -226,7 +226,7 @@
<string name="menu_toggle_legend">Mostrar leyenda</string>
<string name="menu_toggle_labels">Mostrar etiquetas</string>
<string name="menu_toggle_percentage_mode">Mostrar porcentaje</string>
<string name="menu_toggle_average_lines">Mostrar líneas de media</string>
<string name="menu_toggle_average_lines">Mostar lineas de media</string>
<string name="menu_group_smaller_slices">Agrupar porciones pequeñas</string>
<string name="label_chart_no_data">Datos del gráfico no disponibles</string>
<string name="label_chart_total">Total</string>
Expand Down
Loading

0 comments on commit b401372

Please sign in to comment.