Updated all language strings.

This commit is contained in:
James Cole
2018-03-04 08:54:01 +01:00
parent 8eb3d43123
commit 8b52006959
62 changed files with 1089 additions and 552 deletions

View File

@@ -0,0 +1,30 @@
<?php
/**
* components.php
* Copyright (c) 2018 thegrumpydictator@gmail.com
*
* This file is part of Firefly III.
*
* Firefly III is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Firefly III is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
// profile
'personal_access_tokens' => 'Personal access tokens',
// bills:
'not_expected_period' => 'Not expected this period',
'not_or_not_yet' => 'Not (yet)',
];

View File

@@ -21,13 +21,20 @@
declare(strict_types=1);
return [
'html_language' => 'id',
'locale' => 'id, Bahasa Indonesia, id_ID, id_ID.utf8, id_ID.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Minggu %W, %Y',
'year' => '%Y',
'half_year' => '%B %Y',
'html_language' => 'id',
'locale' => 'id, Bahasa Indonesia, id_ID, id_ID.utf8, id_ID.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Minggu %W, %Y',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'MMMM Do, YYYY',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'specific_day_js' => 'D MMMM YYYY',
'week_in_year_js' => '[Week] w, YYYY',
'year_js' => 'YYYY',
'half_year_js' => 'Q YYYY',
];

View File

@@ -169,6 +169,13 @@ return [
'reset_button' => 'Reset',
'want_to_login' => 'I want to login',
'button_register' => 'Register',
'authorization' => 'Authorization',
// API access
'authorization_request' => 'Firefly III v:version Authorization Request',
'authorization_request_intro' => '<strong>:client</strong> is requesting permission to access your financial administration. Would you like to authorize <strong>:client</strong> to access these records?',
'scopes_will_be_able' => 'This application will be able to:',
'button_authorize' => 'Authorize',
// check for updates:
'update_check_title' => 'Check for updates',
@@ -498,10 +505,10 @@ return [
'secure_pw_should' => 'Haruskah saya mencentang kotaknya?',
'secure_pw_long_password' => 'Jika Anda baru saja menghasilkan kata sandi penggunaan tunggal yang hebat untuk Firefly III menggunakan beberapa jenis generator kata kunci: <strong>tidak</strong>.',
'secure_pw_short' => 'Jika Anda baru memasukkan kata sandi yang selalu Anda gunakan: <em>Please yes</em>.',
'personal_access_token' => 'Token akses pribadi',
'explain_access_token' => 'Anda memerlukan token ini untuk melakukan opsi baris perintah, seperti mengimpor atau mengekspor data. Tanpa itu, perintah sensitif semacam itu tidak akan berhasil. Jangan berbagi token akses Anda. Tidak ada yang akan menanyakan token ini, bahkan saya pun tidak. Jika Anda takut kehilangan ini, atau saat Anda paranoid, pulihkan token ini dengan menggunakan tombolnya.',
'regenerate_access_token' => 'Regenerasi token akses',
'token_regenerated' => 'Token baru dihasilkan',
'command_line_token' => 'Command line token',
'explain_command_line_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
'regenerate_command_line_token' => 'Regenerate command line token',
'token_regenerated' => 'A new command line token was generated',
'change_your_email' => 'Ubah alamat email anda',
'email_verification' => 'Pesan email akan dikirim ke alamat email lama DAN baru Anda. Untuk tujuan keamanan, Anda tidak dapat masuk sampai Anda memverifikasi alamat email baru Anda. Jika Anda tidak yakin apakah instalasi Firefly III Anda bisa mengirim email, tolong jangan gunakan fitur ini. Jika Anda seorang administrator, Anda dapat mengujinya di <a href="/admin">Administrasi</a>.',
'email_changed_logout' => 'Sampai Anda memverifikasi alamat email Anda, Anda tidak dapat login.',
@@ -634,8 +641,6 @@ return [
'rescanned_bill' => 'Rescanned semuanya.',
'average_bill_amount_year' => 'Jumlah tagihan rata-rata (:year)',
'average_bill_amount_overall' => 'Jumlah tagihan rata-rata (keseluruhan)',
'not_or_not_yet' => 'Belum)',
'not_expected_period' => 'Tidak diharapkan periode ini',
'bill_is_active' => 'Tagihan aktif',
'bill_expected_between' => 'Diharapkan antara :start dan :end',
'bill_will_automatch' => 'Tagihan akan secara otomatis terhubung ke transaksi yang sesuai',
@@ -1127,7 +1132,7 @@ return [
// import index page:
'import_index_title' => 'Impor data ke Firefly III',
'import_index_sub_title' => 'Indeks',
'import_general_index_intro' => 'Selamat datang di rutinitas impor Firefly. Ada beberapa cara untuk mengimpor data ke Firefly III, yang ditampilkan di sini sebagai tombol.',
'import_general_index_intro' => 'Welcome to Firefly III\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Fungsi ini tidak tersedia saat Anda menggunakan Firefly III di dalam lingkungan Sandstorm.io.',

View File

@@ -158,7 +158,7 @@ return [
'tag_areYouSure' => 'Yakin ingin menghapus tag ":tag"?',
'journal_link_areYouSure' => 'Yakin ingin menghapus tautan antara <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>?',
'linkType_areYouSure' => 'Yakin ingin menghapus jenis tautan ":name" (":inward" / ":outward")?',
'permDeleteWarning' => 'Menghapus barang dari Firely bersifat permanen dan tidak dapat dibatalkan.',
'permDeleteWarning' => 'Deleting stuff from Firefly III is permanent and cannot be undone.',
'mass_make_selection' => 'Anda masih dapat mencegah agar item dihapus dengan menghapus kotak centang.',
'delete_all_permanently' => 'Hapus yang dipilih secara permanen',
'update_all_journals' => 'Perbarui transaksi ini',

View File

@@ -50,7 +50,7 @@ return [
'status_sub_title' => 'Status impor',
'config_sub_title' => 'Siapkan impor Anda',
'status_finished_job' => 'The :count transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
'status_finished_no_tag' => 'Firefly III has not collected any journals from your import file.',
'status_finished_no_tag' => 'Firefly III has not collected any transactions from your import file.',
'import_with_key' => 'Impor dengan kunci \':key\'',
// file, upload something

View File

@@ -23,11 +23,19 @@ declare(strict_types=1);
return [
'iban' => 'Ini bukan IBAN yang valid.',
'unique_account_number_for_user' => 'Sepertinya nomor rekening ini sudah digunakan.',
'unique_iban_for_user' => 'It looks like this IBAN is already in use.',
'deleted_user' => 'Kerena kendala keamanan, anda tidak bisa mendaftar menggunkan alamat email ini.',
'rule_trigger_value' => 'Nilai ini tidak validi untuk trigger yang dipilih.',
'rule_action_value' => 'Nilai ini tidak valid untuk tindakan yang dipilih.',
'file_already_attached' => 'Upload file ";name" sudah terpasang pada objek ini.',
'file_attached' => 'File yang diupload dengan sukses ":name.',
'must_exist' => 'The ID in field :attribute does not exist in the database.',
'all_accounts_equal' => 'All accounts in this field must be equal.',
'invalid_selection' => 'Your selection is invalid',
'belongs_user' => 'This value is invalid for this field.',
'at_least_one_transaction' => 'Need at least one transaction.',
'require_currency_info' => 'The content of this field is invalid without currency information.',
'equal_description' => 'Transaction description should not equal global description.',
'file_invalid_mime' => 'File ":name" adalah tipe ":mime" yang tidak diterima sebagai upload baru.',
'file_too_large' => 'File "; name" terlalu besar.',
'belongs_to_user' => 'Nilai dari :attribute tidak diketahui',
@@ -84,6 +92,7 @@ return [
'required_without_all' => 'Bidang :attribute diperlukan ketika tidak ada satupun :values ada.',
'same' => ':attribute dan :other harus cocok.',
'size.numeric' => ':attribute harus :size.',
'amount_min_over_max' => 'The minimum amount cannot be larger than the maximum amount.',
'size.file' => ':attribute harus kilobyte :size.',
'size.string' => ':attribute harus karakter :size.',
'size.array' => ':attribute harus berisi item :size.',
@@ -100,37 +109,39 @@ return [
'amount_zero' => 'Jumlah total tidak boleh nol',
'secure_password' => 'Ini bukan kata sandi yang aman. Silahkan coba lagi. Untuk informasi lebih lanjut, kunjungi https://goo.gl/NCh2tN',
'attributes' => [
'email' => 'email address',
'description' => 'description',
'amount' => 'amount',
'name' => 'name',
'targetamount' => 'target amount',
'openingBalanceDate' => 'opening balance date',
'openingBalance' => 'opening balance',
'match' => 'match',
'amount_min' => 'minimum amount',
'amount_max' => 'maximum amount',
'title' => 'title',
'tag' => 'tag',
'rule-action-value.1' => 'rule action value #1',
'rule-action-value.2' => 'rule action value #2',
'rule-action-value.3' => 'rule action value #3',
'rule-action-value.4' => 'rule action value #4',
'rule-action-value.5' => 'rule action value #5',
'rule-action.1' => 'rule action #1',
'rule-action.2' => 'rule action #2',
'rule-action.3' => 'rule action #3',
'rule-action.4' => 'rule action #4',
'rule-action.5' => 'rule action #5',
'rule-trigger-value.1' => 'rule trigger value #1',
'rule-trigger-value.2' => 'rule trigger value #2',
'rule-trigger-value.3' => 'rule trigger value #3',
'rule-trigger-value.4' => 'rule trigger value #4',
'rule-trigger-value.5' => 'rule trigger value #5',
'rule-trigger.1' => 'rule trigger #1',
'rule-trigger.2' => 'rule trigger #2',
'rule-trigger.3' => 'rule trigger #3',
'rule-trigger.4' => 'rule trigger #4',
'rule-trigger.5' => 'rule trigger #5',
'email' => 'email address',
'description' => 'description',
'amount' => 'amount',
'name' => 'name',
'piggy_bank_id' => 'piggy bank ID',
'targetamount' => 'target amount',
'openingBalanceDate' => 'opening balance date',
'openingBalance' => 'opening balance',
'match' => 'match',
'amount_min' => 'minimum amount',
'amount_max' => 'maximum amount',
'title' => 'title',
'tag' => 'tag',
'transaction_description' => 'transaction description',
'rule-action-value.1' => 'rule action value #1',
'rule-action-value.2' => 'rule action value #2',
'rule-action-value.3' => 'rule action value #3',
'rule-action-value.4' => 'rule action value #4',
'rule-action-value.5' => 'rule action value #5',
'rule-action.1' => 'rule action #1',
'rule-action.2' => 'rule action #2',
'rule-action.3' => 'rule action #3',
'rule-action.4' => 'rule action #4',
'rule-action.5' => 'rule action #5',
'rule-trigger-value.1' => 'rule trigger value #1',
'rule-trigger-value.2' => 'rule trigger value #2',
'rule-trigger-value.3' => 'rule trigger value #3',
'rule-trigger-value.4' => 'rule trigger value #4',
'rule-trigger-value.5' => 'rule trigger value #5',
'rule-trigger.1' => 'rule trigger #1',
'rule-trigger.2' => 'rule trigger #2',
'rule-trigger.3' => 'rule trigger #3',
'rule-trigger.4' => 'rule trigger #4',
'rule-trigger.5' => 'rule trigger #5',
],
];