From a7dcee9fd48db9bff275426a4f21e0bb8316bc31 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Mon, 22 Feb 2021 09:39:04 +0000 Subject: [PATCH] i18n: Latest translations --- i18n/fr_fr.json | 9 ++++++++- i18n/id.json | 28 ++++++++++++++-------------- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/i18n/fr_fr.json b/i18n/fr_fr.json index c71fa08..8c38bbe 100644 --- a/i18n/fr_fr.json +++ b/i18n/fr_fr.json @@ -137,5 +137,12 @@ "infoThousands": ".", "search": "Rechercher:", "searchPlaceholder": "...", - "thousands": "." + "thousands": ".", + "datetime": { + "previous": "précédent", + "next": "suivant", + "hours": "heures", + "minutes": "minutes", + "seconds": "secondes" + } } \ No newline at end of file diff --git a/i18n/id.json b/i18n/id.json index 2ab8d62..8d7f501 100644 --- a/i18n/id.json +++ b/i18n/id.json @@ -30,7 +30,6 @@ "colvis": "Visibilitas Kolom", "colvisRestore": "Kembalikan visibilitas", "copy": "Salin", - "copyKeys": "Tekan ctrl atau u2318 + C untuk menyalin tabel ke papan klip.

To membatalkan, klik pesan ini atau tekan esc.", "copySuccess": { "1": "1 baris disalin ke papan klip", "_": "%d baris disalin ke papan klip" @@ -44,7 +43,8 @@ "_": "Tampilkan %d baris" }, "pdf": "PDF", - "print": "Cetak" + "print": "Cetak", + "copyKeys": "Tekan ctrl atau u2318 + C untuk menyalin tabel ke papan klip.

Untuk membatalkan, klik pesan ini atau tekan esc." }, "searchBuilder": { "add": "Tambah Kondisi", @@ -149,31 +149,31 @@ "close": "Tutup", "create": { "button": "Tambah", - "title": "Tambah entri baru", - "submit": "Tambah" - }, - "edit": { - "button": "Ubah", - "title": "Ubah entri", - "submit": "Simpan" + "submit": "Tambah", + "title": "Tambah inputan baru" }, "remove": { "button": "Hapus", - "title": "Hapus", "submit": "Hapus", "confirm": { "_": "Apakah Anda yakin untuk menghapus %d baris?", "1": "Apakah Anda yakin untuk menghapus 1 baris?" - } - }, - "error": { - "system": "Sistem terdapat error (Informasi lebih lengkap<\/a>)." + }, + "title": "Hapus inputan" }, "multi": { "title": "Beberapa Nilai", "info": "Item yang dipilih berisi nilai yang berbeda untuk input ini. Untuk mengedit dan mengatur semua item untuk input ini ke nilai yang sama, klik atau tekan di sini, jika tidak maka akan mempertahankan nilai masing-masing.", "restore": "Batalkan Perubahan", "noMulti": "Masukan ini dapat diubah satu per satu, tetapi bukan bagian dari grup." + }, + "edit": { + "title": "Edit inputan", + "submit": "Edit", + "button": "Edit" + }, + "error": { + "system": "Terjadi kesalahan pada system. (Informasi Selebihnya<\/a>)." } } } \ No newline at end of file