diff --git a/CHANGELOG.md b/CHANGELOG.md index 230e565fb..0e7fb0f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ Change Log =============================================================================== -Version 2.4.0 *(2018-06-06)* +Version 2.4.0 *(2018-06-xx)* ---------------------------- * Feature #665: Adds CSV export format * Feature #544: Add extra checkbox confirmation for irreversible actions diff --git a/README.md b/README.md index 245c2fb20..03dee803e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Accounts | Transactions | Reports :-------------------------:|:-------------------------:|:-------------------------: ![Accounts List](docs/images/v2.0.0_home.png) | ![Transactions List](docs/images/v2.0.0_transactions_list.png) | ![Reports](docs/images/v2.0.0_reports.png) -The application supports Android 4.4 KitKat (API level 19) and above. +The application supports Android 4.4 KitKat (API level 19) and above. Features include: @@ -90,9 +90,10 @@ There are several ways you could contribute to the development. * Pull requests are always welcome! You could contribute code by fixing bugs, adding new features or automated tests. Take a look at the [bug tracker](https://github.com/codinguser/gnucash-android/issues?state=open) -for ideas where to start. Also make sure to read our [contribution guidlines](https://github.com/codinguser/gnucash-android/blob/master/.github/CONTRIBUTING.md) +for ideas where to start. It is also preferable to target issues in the current [milestone](https://github.com/codinguser/gnucash-android/milestones). +* Make sure to read our [contribution guidelines](https://github.com/codinguser/gnucash-android/blob/master/.github/CONTRIBUTING.md) before starting to code. -* One way is providing translations for locales which are not yet available, or improving translations. +* Another way to contribute is by providing translations for languages, or improving translations. Please visit [CrowdIn](https://crowdin.com/project/gnucash-android) in order to update and create new translations For development, it is recommended to use the Android Studio for development which is available for free. diff --git a/app/build.gradle b/app/build.gradle index 9fa3e96da..3d03548c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'io.fabric' def versionMajor = 2 def versionMinor = 4 def versionPatch = 0 -def versionBuild = 1 +def versionBuild = 2 static def buildTime() { def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'") diff --git a/app/src/main/res/values-af-rZA/strings.xml b/app/src/main/res/values-af-rZA/strings.xml index 6ebabab18..8bc5253ca 100644 --- a/app/src/main/res/values-af-rZA/strings.xml +++ b/app/src/main/res/values-af-rZA/strings.xml @@ -179,8 +179,6 @@ QIF OFX XML - CSV-accounts - CSV-transactions Select a Color diff --git a/app/src/main/res/values-ar-rSA/strings.xml b/app/src/main/res/values-ar-rSA/strings.xml index 9b5220b13..f593b1675 100644 --- a/app/src/main/res/values-ar-rSA/strings.xml +++ b/app/src/main/res/values-ar-rSA/strings.xml @@ -183,8 +183,6 @@ QIF OFX XML - CSV-accounts - CSV-transactions Select a Color diff --git a/app/src/main/res/values-ca-rES/strings.xml b/app/src/main/res/values-ca-rES/strings.xml index e0759fc47..c5bc4eb4a 100644 --- a/app/src/main/res/values-ca-rES/strings.xml +++ b/app/src/main/res/values-ca-rES/strings.xml @@ -177,8 +177,6 @@ QIF OFX XML - CSV-comptes - CSV-transaccions Seleccioneu un color diff --git a/app/src/main/res/values-cs-rCZ/strings.xml b/app/src/main/res/values-cs-rCZ/strings.xml index 474479365..dc5b11a03 100644 --- a/app/src/main/res/values-cs-rCZ/strings.xml +++ b/app/src/main/res/values-cs-rCZ/strings.xml @@ -176,8 +176,6 @@ QIF OFX XML - CSV-účty - CSV-transakcí Select a Color diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 0a5c06f49..a9529b883 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -176,8 +176,6 @@ QIF OFX XML - CSV-Konten - CSV-Transaktionen Farbe auswählen diff --git a/app/src/main/res/values-el-rGR/strings.xml b/app/src/main/res/values-el-rGR/strings.xml index db79ae430..cf674c732 100644 --- a/app/src/main/res/values-el-rGR/strings.xml +++ b/app/src/main/res/values-el-rGR/strings.xml @@ -188,8 +188,6 @@ QIF OFX XML - CSV-λογαριασμούς - CSV-συναλλαγών Επιλογή χρώματος @@ -208,10 +206,10 @@ Memo Spend Receive - Withdrawal - Deposit - Payment - Charge + Ανάληψη + Κατάθεση + Πληρωμή + Χρέωση Decrease Increase Income @@ -219,8 +217,8 @@ Expense Bill Invoice - Buy - Sell + Αγορά + Πώληση Αρχικά υπόλοιπα Καθαρή Θέση Enable to save the current account balance (before deleting transactions) as new opening balance after deleting transactions @@ -230,14 +228,14 @@ Generates separate QIF files per currency Imbalance: Add split - Favorite + Αγαπημένο Navigation drawer opened Navigation drawer closed - Reports + Αναφορές Pie Chart Line Chart Bar Chart - Report Preferences + Προτιμήσεις αναφοράς Account color in reports Use account color in the bar/pie chart Order by size diff --git a/app/src/main/res/values-en-rGB/strings.xml b/app/src/main/res/values-en-rGB/strings.xml index dafd6ff32..1715b6f83 100644 --- a/app/src/main/res/values-en-rGB/strings.xml +++ b/app/src/main/res/values-en-rGB/strings.xml @@ -179,8 +179,6 @@ QIF OFX XML - CSV-accounts - CSV-transactions Select a Color diff --git a/app/src/main/res/values-es-rMX/strings.xml b/app/src/main/res/values-es-rMX/strings.xml index 91042cbbb..a6dddb325 100644 --- a/app/src/main/res/values-es-rMX/strings.xml +++ b/app/src/main/res/values-es-rMX/strings.xml @@ -172,8 +172,6 @@ QIF OFX XML - CSV-cuentas - CSV-actas Seleccionar un color diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 11c424eb9..e83540caf 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -38,7 +38,7 @@ ABONO Cuentas Transacciones - BORRAR + Borrar Borrar Cancelar Cuenta borrada @@ -172,8 +172,6 @@ QIF OFX XML - CSV-cuentas - CSV-actas Seleccione un color diff --git a/app/src/main/res/values-fa-rIR/strings.xml b/app/src/main/res/values-fa-rIR/strings.xml new file mode 100644 index 000000000..7fec943b9 --- /dev/null +++ b/app/src/main/res/values-fa-rIR/strings.xml @@ -0,0 +1,457 @@ + + + + + Create Account + Edit Account + Add a new transaction to an account + View account details + No accounts to display + Account name + Cancel + Save + Test + Enter Passcode + Wrong passcode, please try again + Passcode set + Please confirm your passcode + Invalid passcode confirmation. Please try again + Description + Amount + New transaction + No transactions to display + DEBIT + CREDIT + Accounts + Transactions + Delete + Delete + Cancel + Account deleted + Confirm delete + Edit Transaction + Add note + %1$d selected + Balance: + Export To: + Export Transactions + By default, only new transactions since last export will be exported. Check this option to export all transactions + Error exporting %1$s file + Export + Delete transactions after export + All exported transactions will be deleted when exporting is completed + Settings + + Save As… + Dropbox + ownCloud + Send to… + + Move + Move %1$d transaction(s) + Destination Account + Cannot move transactions.\nThe destination account uses a different currency from origin account + General + About + Choose default currency + Default currency + Default currency to assign to new accounts + Enables recording transactions in GnuCash for Android + Enables creation of accounts in GnuCash for Android + Your GnuCash data + Read and modify GnuCash data + Record transactions in GnuCash + Create accounts in GnuCash + Display account + Hide account balance in widget + Create Accounts + No accounts exist in GnuCash.\nCreate an account before adding a widget + License + Apache License v2.0. Click for details + General Preferences + Select Account + There are no transactions available to export + Passcode Preferences + Enable passcode + Change Passcode + About GnuCash + GnuCash Android %1$s export + GnuCash Android Export from + Transactions + Transaction Preferences + Account Preferences + Default Transaction Type + The type of transaction to use by default, CREDIT or DEBIT + + CREDIT + DEBIT + + Are you sure you want to delete ALL transactions? + Are you sure you want to delete this transaction? + Export + Export all transactions + Delete exported transactions + Default export email + The default email address to send exports to. You can still change this when you export. + All transactions will be a transfer from one account to another + Activate Double Entry + Balance + Enter an account name to create an account + Currency + Parent account + Use XML OFX header + Enable this option when exporting to third-party application other than GnuCash for desktop + What\'s New + + - Added ability to export to any service which supports the Storage Access Framework \n + - Added option to set the location for regular automatic backups (See backup settings)\n + - Added Bitcoin currency support\n + - Added support for renaming books\n + - Multiple bug fixes and improvements\n + + Dismiss + Enter an amount to save the transaction + An error occurred while importing the GnuCash accounts + GnuCash Accounts successfully imported + Import account structure exported from GnuCash desktop + Import GnuCash XML + Delete all accounts in the database. All transactions will be deleted as + well. + + Delete all accounts + Accounts + All accounts have been successfully deleted + Are you sure you want to delete all accounts and transactions?\n\nThis + operation cannot be undone! + + All transactions in all accounts will be deleted! + Delete all transactions + All transactions successfully deleted! + Importing accounts + Transactions + Sub-Accounts + Search + Default Export Format + File format to use by default when exporting transactions + Recurrence + + Imbalance + Exporting transactions + No recurring transactions to display. + Successfully deleted recurring transaction + Placeholder account + Default Transfer Account + + %d sub-account + %d sub-accounts + + + CASH + BANK + CREDIT CARD + ASSET + LIABILITY + INCOME + EXPENSE + PAYABLE + RECEIVABLE + EQUITY + CURRENCY + STOCK + MUTUAL FUND + TRADING + + + QIF + OFX + XML + + + Select a Color + + + Account Color & Type + Delete sub-accounts + Recent + Favorites + All + Creates default GnuCash commonly-used account structure + Create default accounts + A new book will be opened with the default accounts\n\nYour current accounts and transactions will not be modified! + Transactions + Select destination for export + Memo + Spend + Receive + Withdrawal + Deposit + Payment + Charge + Decrease + Increase + Income + Rebate + Expense + Bill + Invoice + Buy + Sell + Opening Balances + Equity + Enable to save the current account balance (before deleting transactions) as new opening balance after deleting transactions + + Save account opening balances + OFX does not support double-entry transactions + Generates separate QIF files per currency + Imbalance: + Add split + Favorite + Navigation drawer opened + Navigation drawer closed + Reports + Pie Chart + Line Chart + Bar Chart + Report Preferences + Account color in reports + Use account color in the bar/pie chart + Order by size + Show legend + Show labels + Show percentage + Show average lines + Group Smaller Slices + No chart data available + Total + Other + The percentage of selected value calculated from the total amount + The percentage of selected value calculated from the current stacked bar amount + Save as template + This account contains transactions. \nWhat would you like to do with these transactions + This account contains sub-accounts. \nWhat would you like to do with these sub-accounts + Delete transactions + Create and specify a transfer account OR disable double-entry in settings to save the transaction + Tap to create schedule + Restore Backup… + Backup & export + Enable DropBox + Enable ownCloud + Backup + Enable exporting to DropBox + Enable exporting to ownCloud + Backup Preferences + Create Backup + Create a backup of the active book + Restore most recent backup of active book + Backup successful + Backup failed + Exports all accounts and transactions + Install a file manager to select files + Select backup to restore + Favorites + Open… + Reports + Export… + Settings + User Name + Password + owncloud + https:// + OC server not found + OC username/password invalid + Invalid chars: \\ < > : \" | * ? + OC server OK + OC username/password OK + Dir name OK + + Hourly + Every %d hours + + + Daily + Every %d days + + + Weekly + Every %d weeks + + + Monthly + Every %d months + + + Yearly + Every %d years + + Enable Crash Logging + Automatically send information about app malfunction to the developers. + Format + Enter your old passcode + Enter your new passcode + Exports + No scheduled exports to display + Create export schedule + Exported to: %1$s + The legend is too long + Account description + No recent accounts + No favorite accounts + Scheduled Actions + "Ended, last executed on %1$s" + Next + Done + Default Currency + Account Setup + Select Currency + Feedback Options + Create default accounts + Import my accounts + Let me handle it + Other… + Automatically send crash reports + Disable crash reports + Back + Setup GnuCash + Welcome to GnuCash + Before you dive in, \nlet\'s setup a few things first\n\nTo continue, press Next + Split Editor + Check that all splits have valid amounts before saving! + Invalid expression! + Scheduled recurring transaction + Transfer Funds + + Select a slice to see details + Period: + From: + To: + Provide either the converted amount or exchange rate in order to transfer funds + Exchange rate + Fetch quote + Converted Amount + Sheet + Expenses for last 3 months + Total Assets + Total Liabilities + Net Worth + Assets + Liabilities + Equity + Move to: + Group By + Month + Quarter + Year + Balance Sheet + Total: + Google+ Community + Translate GnuCash + Share ideas, discuss changes or report problems + Translate or proof-read on CrowdIn + No compatible apps to receive the exported transactions! + Move… + Duplicate + Cash Flow + Budgets + Enable compact view + Enable to always use compact view for transactions list + Invalid exchange rate + e.g. 1 %1$s = x.xx %2$s + Invalid amount + + Current month + Last 3 months + Last 6 months + Last 12 months + All time + Custom range… + + + 1 + + + 2 + ABC + 3 + DEF + 4 + GHI + 5 + JKL + 6 + MNO + 7 + PQRS + 8 + TUV + 9 + WXYZ + 0 + + + Manage Books + Manage Books… + Select any part of the chart to view details + Confirm delete Book + All accounts and transactions in this book will be deleted! + Delete Book + Last Exported: + Enable Sync + New Book + The selected transaction has no splits and cannot be opened + %1$d splits + in %1$s + + %d account + %d accounts + + + %d transaction + %d transactions + + + EXPENSE + INCOME + + Connected to Google Drive + Unable to connect to Google Drive + Please enter an amount to split + external service + Updated transaction recurring schedule + Since + All time + Recommend in Play Store + until %1$s + on %1$s + for %1$d times + Compact View + Book %1$d + never + Rename Book + Rename + Rename + Select backup file + Select a file for automatic backups + Confirm restore from backup + A new book will be opened with the contents of this backup. Do you wish to proceed? + Restore + No backups found + There are no existing backup files to restore from + + gnucash_android_backup.gnca + Select the destination after export is complete + Export to \'/Apps/GnuCash Android/\' folder on Dropbox + Preferences + diff --git a/app/src/main/res/values-fi-rFI/strings.xml b/app/src/main/res/values-fi-rFI/strings.xml index 6a033bf2b..202c16fd2 100644 --- a/app/src/main/res/values-fi-rFI/strings.xml +++ b/app/src/main/res/values-fi-rFI/strings.xml @@ -179,8 +179,6 @@ QIF OFX XML - CSV-tilit - CSV-liiketoimet Select a Color diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index ac18b6f6a..9ab498501 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -171,8 +171,6 @@ QIF OFX XML - CSV-comptes - CSV-transactions Sélectionnez une couleur diff --git a/app/src/main/res/values-hu-rHU/strings.xml b/app/src/main/res/values-hu-rHU/strings.xml index f52f03d47..6fb7cee73 100644 --- a/app/src/main/res/values-hu-rHU/strings.xml +++ b/app/src/main/res/values-hu-rHU/strings.xml @@ -179,8 +179,6 @@ QIF OFX XML - CSV-fiókok - CSV-ügyletek Select a Color diff --git a/app/src/main/res/values-in-rID/strings.xml b/app/src/main/res/values-in-rID/strings.xml index 9a4b3fa39..8f9d8d940 100644 --- a/app/src/main/res/values-in-rID/strings.xml +++ b/app/src/main/res/values-in-rID/strings.xml @@ -20,15 +20,15 @@ Ubah Akun Tambah transaksi baru ke akun Lihat rincian akun - Tidak ada akun untuk ditampilkan + Tak ada akun untuk ditampilkan Nama akun Batal Simpan - Tes - Masukkan Kode akses - Kode akses salah, silakan coba lagi - Kode akses dibuat - Harap konfirmasi kode akses Anda + Uji coba + Masukkan sandi + Sandi salah, silakan coba lagi + Sandi dibuat + Harap konfirmasi sandi Anda Konfirmasi kode akses tidak valid. Silakan cobalagi Deskripsi Jumlah @@ -171,8 +171,6 @@ QIF OFX XML - CSV-accounts - CSV-transactions Pilih Warna diff --git a/app/src/main/res/values-it-rIT/strings.xml b/app/src/main/res/values-it-rIT/strings.xml index be47b1120..421590559 100644 --- a/app/src/main/res/values-it-rIT/strings.xml +++ b/app/src/main/res/values-it-rIT/strings.xml @@ -176,8 +176,6 @@ QIF OFX XML - CSV-conti - CSV-transazioni Seleziona un colore diff --git a/app/src/main/res/values-iw-rIL/strings.xml b/app/src/main/res/values-iw-rIL/strings.xml index 222a5b9ac..2dd55c1a7 100644 --- a/app/src/main/res/values-iw-rIL/strings.xml +++ b/app/src/main/res/values-iw-rIL/strings.xml @@ -181,8 +181,6 @@ QIF OFX XML - CSV-accounts - CSV-transactions Select a Color diff --git a/app/src/main/res/values-ja-rJP/strings.xml b/app/src/main/res/values-ja-rJP/strings.xml index 2518fb141..b5d7e1c9e 100644 --- a/app/src/main/res/values-ja-rJP/strings.xml +++ b/app/src/main/res/values-ja-rJP/strings.xml @@ -173,8 +173,6 @@ QIF OFX XML - CSV-アカウント - CSV-取引 色を選択 diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index 78d95474e..f20d6f229 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -175,8 +175,6 @@ QIF OFX XML - CSV-계정 - CSV-업무 색상 선택 diff --git a/app/src/main/res/values-lv-rLV/strings.xml b/app/src/main/res/values-lv-rLV/strings.xml index 405e89843..3deabdcda 100644 --- a/app/src/main/res/values-lv-rLV/strings.xml +++ b/app/src/main/res/values-lv-rLV/strings.xml @@ -180,8 +180,6 @@ QIF OFX XML - CSV-accounts - CSV-transactions Select a Color diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml index c8b3c83c2..84f2daf11 100644 --- a/app/src/main/res/values-nb/strings.xml +++ b/app/src/main/res/values-nb/strings.xml @@ -170,8 +170,6 @@ QIF OFX XML - CSV-kontoer - CSV-transaksjoner Velg en farge diff --git a/app/src/main/res/values-nl-rNL/strings.xml b/app/src/main/res/values-nl-rNL/strings.xml index a8e998ae1..3da93b9d5 100644 --- a/app/src/main/res/values-nl-rNL/strings.xml +++ b/app/src/main/res/values-nl-rNL/strings.xml @@ -179,8 +179,6 @@ QIF OFX XML - CSV-rekeningen - CSV-transacties Kies een kleur diff --git a/app/src/main/res/values-no-rNO/strings.xml b/app/src/main/res/values-no-rNO/strings.xml index abc690a6e..f4b098eec 100644 --- a/app/src/main/res/values-no-rNO/strings.xml +++ b/app/src/main/res/values-no-rNO/strings.xml @@ -175,8 +175,6 @@ QIF OFX XML - CSV-kontoer - CSV-transaksjoner Velg en farge diff --git a/app/src/main/res/values-pl-rPL/strings.xml b/app/src/main/res/values-pl-rPL/strings.xml index 8788b4e6d..079d66f5c 100644 --- a/app/src/main/res/values-pl-rPL/strings.xml +++ b/app/src/main/res/values-pl-rPL/strings.xml @@ -177,8 +177,6 @@ Konto docelowe używa innej waluty niż konto wyjściowe QIF OFX XML - CSV-konta - CSV-transakcje Wybierz kolor diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 839ae4abf..37681f758 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -138,7 +138,7 @@ Todas as transações apagadas com sucesso! Importando contas Transações - Sub-Contas + Subcontas Procurar Formato de Exportação padrão Formato de arquivo a ser usado por padrão ao exportar transações @@ -151,8 +151,8 @@ Conta não editável Conta para transferências padrão - %d sub-conta - %d sub-contas + %d subconta + %d subconta DINHEIRO @@ -174,17 +174,15 @@ QIF OFX XML - CSV-contas - CSV-transações Selecione uma Cor Cor de conta & Tipo - Apagar sub-contas + Apagar subcontas Recentes - Favoritos + Favoritas Todas Cria uma estrutura de contas GnuCash padrão Cria contas padrão @@ -224,8 +222,8 @@ Gráfico de Linhas Gráfico de Barras Preferências de relatórios - Côr da conta nos relatórios - Use côr da conta no gráfico de barras/linhas + Cor da conta nos relatórios + Use cor da conta no gráfico de barras/linhas Ordenar por tamanho Alterna visibilidade da legenda Alterna visibilidade das etiquetas @@ -430,7 +428,7 @@ Neste processo não serão recolhidas informações do utilizador! Agenda recorrente de transação atualizada Desde Desde o início - Recomendado na Play Store + Recomendar na Play Store até %1$s em %1$s por %1$d vezes diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index a0f5cda62..eedcb017a 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -174,8 +174,6 @@ QIF OFX XML - CSV-contas - CSV-transações Escolha uma côr @@ -430,7 +428,7 @@ Neste processo não serão recolhidas informações do utilizador! Transação atualizada agendamento recorrente Desde Todo o tempo - Recomendado na Play Store + Recomendar na Play Store desde%1$s na %1$s por %1$d vezes diff --git a/app/src/main/res/values-ro-rRO/strings.xml b/app/src/main/res/values-ro-rRO/strings.xml index 3e86e8fd9..ff9007834 100644 --- a/app/src/main/res/values-ro-rRO/strings.xml +++ b/app/src/main/res/values-ro-rRO/strings.xml @@ -180,8 +180,6 @@ QIF OFX XML - CSV-conturi - CSV-tranzacții Select a Color diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index c388ec91e..1b625cc34 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -154,6 +154,7 @@ %d дочерний счёт %d шт. дочерних счетов + %d sub-accounts %d шт. дочерних счетов @@ -176,8 +177,6 @@ QIF OFX XML - CSV-счета - CSV-транзакции Выберите цвет @@ -226,7 +225,7 @@ График Гистограмма Настройки отчётов - Цвет счёта в отчётых + Цвет счёта в отчётах Использовать цвет счёта в отчётах Отсортировать по размеру Показать легенду @@ -279,26 +278,31 @@ Каждый час Каждые %d часа + Every %d hours Каждые %d часов Ежедневно Каждые %d дня + Every %d days Каждые %d дней Еженедельно Каждые %d недели + Every %d weeks Каждые %d недель Ежемесячно Каждые %d месяца + Every %d months Каждые %d месяцев Ежегодно Каждые %d года + Every %d years Каждые %d лет Записывать отказы программы @@ -420,11 +424,13 @@ %d счета %d счета + %d accounts %d счетов %d транзакция %d транзакции + %d transactions %d транзакций diff --git a/app/src/main/res/values-sr-rSP/strings.xml b/app/src/main/res/values-sr-rSP/strings.xml index 0c264592e..d7eb355dc 100644 --- a/app/src/main/res/values-sr-rSP/strings.xml +++ b/app/src/main/res/values-sr-rSP/strings.xml @@ -180,8 +180,6 @@ QIF OFX XML - CSV-рачуне - CSV-трансакције Select a Color diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index b2d675059..71645393c 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -170,8 +170,6 @@ QIF OFX XML - CSV-konton - CSV-transaktioner Välj en färg diff --git a/app/src/main/res/values-tr-rTR/strings.xml b/app/src/main/res/values-tr-rTR/strings.xml index e3b8f243a..2c93676fd 100644 --- a/app/src/main/res/values-tr-rTR/strings.xml +++ b/app/src/main/res/values-tr-rTR/strings.xml @@ -179,8 +179,6 @@ QIF OFX XML - CSV-hesapları - CSV-işlemler Renk Seçin diff --git a/app/src/main/res/values-uk-rUA/strings.xml b/app/src/main/res/values-uk-rUA/strings.xml index 0d919a5d2..b4aa3b352 100644 --- a/app/src/main/res/values-uk-rUA/strings.xml +++ b/app/src/main/res/values-uk-rUA/strings.xml @@ -176,8 +176,6 @@ QIF OFX XML - CSV-счета - CSV-транзакции Оберіть колір diff --git a/app/src/main/res/values-vi-rVN/strings.xml b/app/src/main/res/values-vi-rVN/strings.xml index d8a21f5bd..082e3fac1 100644 --- a/app/src/main/res/values-vi-rVN/strings.xml +++ b/app/src/main/res/values-vi-rVN/strings.xml @@ -178,8 +178,6 @@ QIF OFX XML - CSV-tài khoản - CSV-giao dịch Select a Color diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 9b7eaebe4..40fcb6920 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -19,7 +19,7 @@ 创建科目 编辑科目 为科目增加交易 - 科目的详细资料 + 查看帐户详细信息 没有可以显示的科目 科目名称 取消 @@ -175,8 +175,6 @@ QIF OFX XML - CSV-账户 - CSV-交易 选择一种颜色 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index aee1a58c3..8b502ea05 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -18,9 +18,9 @@ 新增科目 編輯科目 - 给科目添加交易 + 在科目中新增交易 檢視帳戶詳細資訊 - 没有要显示的科目 + 沒有科目可顯示 科目名稱 取消 存檔 @@ -78,7 +78,7 @@ 建立會計科目 顯示科目名字 小工具中隱藏帳戶餘額 - 创建科目 + 建立科目 GnuCash裡還没有會計科目信息。\n使用小部件前需要添加會計科目 授權許可 Apache License v2.0,點擊查看詳细(將打開網頁)。 @@ -125,7 +125,7 @@ 知道了 輸入金額才能保存交易 - 匯入GnuCash科目时發生錯誤。 + 匯入GnuCash科目時發生錯誤。 GnuCash科目資料匯入完成。 匯入從GnuCash桌面版匯出的科目設置 匯入GnuCash科目 @@ -175,11 +175,9 @@ QIF OFX XML - CSV-账户 - CSV-交易 - 选择一种颜色 + 選擇顏色 科目顏色和類型 @@ -189,7 +187,7 @@ 所有 建立通用的科目結構 建立預設科目 - 這將用預設科目來創建新的帳簿\n\n目前擁有的科目與交易不會受影響 + 這將用預設科目來建立新的帳簿\n\n目前擁有的科目與交易不會受影響 交易 選擇儲存的位置 描述 @@ -198,7 +196,7 @@ 提款 存款 付款 - 费用 + 費用 減少 增加 收入 @@ -222,10 +220,10 @@ 報表 圓形圖 折線圖 - 橫條圖 + 長條圖 報表設置 用不同顏色区分科目 - 在饼图中使用科目的颜色 + 在圓餅圖中使用科目的顏色 按數量排序 顯示圖例 顯示標籤 @@ -281,7 +279,7 @@ 每 %d 天 - 每 %d 周 + 每 %d 週 每 %d 月 @@ -313,13 +311,13 @@ No user-identifiable information will be collected as part of this process! 選擇幣種 回饋選項 建立預設科目 - 汇入科目 + 匯入科目 稍后处理 其他... 自動發送故障報告 禁用崩潰報告 後退 - 设置GnuCash + 設定GnuCash 歡迎來到GnuCash 在使用之前,需 \n要设置几个参数\n\n请点击“下一步”繼續 拆分交易 @@ -345,7 +343,7 @@ No user-identifiable information will be collected as part of this process! 負債 財產淨值 移動至 - 分组方式 + 分組方式 季度 @@ -354,13 +352,13 @@ No user-identifiable information will be collected as part of this process! Google+ 社群 翻譯GnuCash 在Google+上提交问题和建议 - 帮忙翻譯或校對( CrowdIn) + 在CrowdIn上協助翻譯或校對GnuCash 没有合适的应用接收汇出的文档 移動... 複製 現金流 預算 - 啟用紧凑視圖 + 啟用緊湊視圖 交易清單總是啟用緊湊視圖 匯率不正確 例如 1 %1$s = x.xx %2$s @@ -395,18 +393,18 @@ No user-identifiable information will be collected as part of this process! WXYZ 0 + - 管理帐簿 - 管理帐簿 + 管理帳簿 + 管理帳簿… 選擇該圖表以查看詳細資訊的任何部分 確認删除 - 帐簿中所有科目和交易都將被刪除 ! - 删除帐簿 + 帳簿中所有科目和交易都將被刪除 ! + 删除帳簿 最後匯出︰ 啟用同步 新建帐簿 选择的交易没有拆分 %1$d 项分割 - 于 %1$s + 於 %1$s %d 個科目 @@ -421,15 +419,15 @@ No user-identifiable information will be collected as part of this process! 無法連線到伺服器 請輸入要拆分的金額 外部服務 - 排程交易已经更新 + 排程交易已經更新 自從 全部時間 在 Play Store 推薦 直到%1$s 在%1$s %1$d 次 - 紧凑视图 - 账簿 %1$d + 緊湊視圖 + 帳簿 %1$d 從未 重新命名帳簿 重新命名 diff --git a/crowdin.yml b/crowdin.yml index be4fb23ca..57f6ea49d 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -5,7 +5,7 @@ # Choose file structure in crowdin # e.g. true or false # -"preserve_hierarchy": true +"preserve_hierarchy": false # # Files configuration @@ -13,19 +13,16 @@ files: [ { # - # Source files filter - # e.g. "/resources/en/*.json" - # + # Source files "source" : "/app/src/main/res/values/strings.xml", # # where translations live - # e.g. "/resources/%two_letters_code%/%original_file_name%" - # "translation" : "/app/src/main/res/values-%android_code%/%original_file_name%", # - # Often software projects have custom names for locale directories. crowdin-cli allows you to map your own languages to be understandable by Crowdin. + # Often software projects have custom names for locale directories. + # crowdin-cli allows you to map your own languages to be understandable by Crowdin. # "languages_mapping" : { "android_code": { @@ -61,66 +58,9 @@ files: [ # #"update_option" : "", - # - # Start block only for XML - # - - # - # Defines whether to translate tags attributes. - # e.g. 0 or 1 (Default is 1) - # - # "translate_attributes" : 1, - - # - # Defines whether to translate texts placed inside the tags. - # e.g. 0 or 1 (Default is 1) - # - # "translate_content" : 1, - - # - # This is an array of strings, where each item is the XPaths to DOM element that should be imported - # e.g. ["/content/text", "/content/text[@value]"] - # - # "translatable_elements" : [], - - # - # Defines whether to split long texts into smaller text segments. - # e.g. 0 or 1 (Default is 1) - # - # "content_segmentation" : 1, - - # - # End block only for XML - # - - # - # Start .properties block - # - - # - # Defines whether single quote should be escaped by another single quote or backslash in exported translations. - # e.g. 0 or 1 or 2 or 3 (Default is 3) - # 0 - do not escape single quote; - # 1 - escape single quote by another single quote; - # 2 - escape single quote by backslash; - # 3 - escape single quote by another single quote only in strings containing variables ( {0} ). - # - # "escape_quotes" : 3, - - # - # End .properties block - # - - # - # Is first line contains header? - # e.g. true or false - # - #"first_line_contains_header" : true, - - # - # for spreadsheets - # e.g. "identifier,source_phrase,context,uk,ru,fr" - # - # "scheme" : "", + }, + { + "source" : "/resources/playstore/play_store_description.txt", + "translation": "/resources/playstore/play_store_description_i18n/play_store_description_%android_code%.txt" } ] \ No newline at end of file diff --git a/play_store_description.txt b/resources/playstore/play_store_description.txt similarity index 69% rename from play_store_description.txt rename to resources/playstore/play_store_description.txt index 45e63bf94..b40f0cde8 100644 --- a/play_store_description.txt +++ b/resources/playstore/play_store_description.txt @@ -1,8 +1,9 @@ -GnuCash is a mobile finance expense tracker application for Android. +GnuCash is a mobile finance manager for Android. -It is a companion application for GnuCash for the desktop and enables flexible tracking of expenses on-the-go which can be exported to QIF or OFX formats. +It is a companion application for GnuCash on the desktop, and enables flexible tracking of expenses on-the-go. +Recorded transactions can be exported back to the desktop GnuCash via several formats (CSV / QIF / OFX). -Some of feature highlights include: +Some of feature highlights include: • An easy-to-use interface. @@ -26,10 +27,3 @@ You can also import an existing account hierarchy from GnuCash desktop.
NOTE: that the app does not offer full compatibility with GnuCash for the desktop. You cannot synchronize between the desktop app and this one. But you can import your accounts and transactions from GnuCash XML files. -
-What does the app use the requested permissions for? -• VIBRATE: Used to provide haptic feedback when entering some inputs -• WAKE_LOCK: Used for keeping device active when exporting scheduled transactions in the background service -• RECEIVE_BOOT_COMPLETED: Used to restart service for scheduled transactions or exports after device is rebooted -• INTERNET/ACCESS_NETWORK_STATE: Used when exporting accounts/transactions to 3rd-party service like DropBox or ownCloud - diff --git a/resources/playstore/play_store_description_i18n/.keep b/resources/playstore/play_store_description_i18n/.keep new file mode 100644 index 000000000..e69de29bb