From afc2728e227364c1cb8b2f9f53f53941ebe4d739 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 9 Jan 2024 13:25:49 +0000 Subject: [PATCH] i18n: Latest community changes --- i18n/gl.json | 147 ++++++++++++++++++++++++++++++++++++++- i18n/he.json | 2 +- i18n/hr.json | 43 +++++++++--- i18n/jv.json | 12 +++- i18n/lv.json | 67 ++++++++++++++++-- i18n/ms.json | 75 +++++++++++++++++++- i18n/ta.json | 4 ++ i18n/th.json | 35 +++++++--- i18n/uz.json | 193 +++++++++++++++++++++++++++++++++++++++++++++++++-- i18n/vi.json | 8 ++- i18n/zh.json | 22 +++--- 11 files changed, 558 insertions(+), 50 deletions(-) diff --git a/i18n/gl.json b/i18n/gl.json index 743ea37..ecd0957 100644 --- a/i18n/gl.json +++ b/i18n/gl.json @@ -33,9 +33,152 @@ "copyTitle": "Copiar ao portapapeis", "csv": "CSV", "excel": "Excel", - "pdf": "PDF" + "pdf": "PDF", + "copySuccess": { + "1": "Copiada 1 fila ao portapapeis", + "_": "Copiadas %ds fila ao portapapeis" + }, + "pageLength": { + "-1": "Mostrar todas as filas", + "_": "Mostrar %d filas" + }, + "print": "Imprimir", + "createState": "Crear Estado", + "removeAllStates": "Eliminar Todos os Estados", + "removeState": "Eliminar", + "renameState": "Renomear", + "savedStates": "Estados Gardados", + "stateRestore": "Estado %d", + "updateState": "Actualizar" }, "decimal": ",", "infoThousands": ".", - "thousands": "." + "thousands": ".", + "searchBuilder": { + "add": "Engadir condición", + "button": { + "0": "Constructor de busca", + "_": "Constructor de busca (%d)" + }, + "clearAll": "Borrar todo", + "condition": "Condición", + "conditions": { + "date": { + "after": "Despois", + "before": "Antes", + "between": "Entre", + "empty": "Baleiro", + "equals": "Igual a", + "not": "Diferente de", + "notBetween": "Non entre", + "notEmpty": "Non Baleiro" + }, + "number": { + "between": "Entre", + "empty": "Baleiro", + "equals": "Igual a", + "gt": "Maior a", + "gte": "Maior ou igual a", + "lt": "Menor que", + "lte": "Menor ou igual que", + "not": "Diferente de", + "notBetween": "Non entre", + "notEmpty": "Non baleiro" + }, + "string": { + "contains": "Contén", + "empty": "Baleiro", + "endsWith": "Termina en", + "equals": "Igual a", + "not": "Diferente de", + "notEmpty": "Non baleiro", + "startsWith": "Comeza con", + "notContains": "Non Contén", + "notStartsWith": "Non comeza con", + "notEndsWith": "Non termina con" + }, + "array": { + "equals": "Igual", + "empty": "Baleiro", + "contains": "Contén", + "not": "Diferente de", + "notEmpty": "Non Baleiro", + "without": "Sen" + } + }, + "data": "Data", + "deleteTitle": "Eliminar regra de filtrado", + "leftTitle": "Criterios anulados", + "logicAnd": "E", + "logicOr": "Ou", + "rightTitle": "Criterios de sangría", + "title": { + "0": "Constructor de busca", + "_": "Constructor de busca (%d)" + }, + "value": "Valor" + }, + "searchPanes": { + "clearMessage": "Borrar todo", + "collapse": { + "0": "Paneis de busca", + "_": "Paneis de busca (%d)" + }, + "count": "{total}", + "countFiltered": "{shown} ({total})", + "emptyPanes": "Sen paneis de busca", + "loadMessage": "Cargando paneis de busca", + "title": "Filtros Activos - %d", + "showMessage": "Mostrar Todo", + "collapseMessage": "Colapsar Todo" + }, + "select": { + "cells": { + "1": "1 célula seleccionada", + "_": "%d células seleccionadas" + }, + "columns": { + "1": "1 columna seleccionada", + "_": "%d columnas seleccionadas" + }, + "rows": { + "1": "1 fila seleccionada", + "_": "%d filas seleccionadas" + } + }, + "datetime": { + "previous": "Anterior", + "next": "Próximo", + "hours": "Horas", + "minutes": "Minutos", + "seconds": "Segundos", + "unknown": "-", + "amPm": [ + "AM", + "PM" + ], + "weekdays": [ + "Dom", + "Lun", + "Mar", + "Mer", + "Xov", + "Ven", + "Sab" + ], + "months": [ + "Xaneiro", + "Febreiro", + "Marzo", + "Abril", + "Maio", + "Xuño", + "Xullo", + "Agosto", + "Setembro", + "Outubro", + "Novembro", + "Decembro" + ] + } } \ No newline at end of file diff --git a/i18n/he.json b/i18n/he.json index d563e0a..096c6f9 100644 --- a/i18n/he.json +++ b/i18n/he.json @@ -244,5 +244,5 @@ "infoThousands": ",", "searchPlaceholder": "טקסט לחיפוש", "info": "מציג _START_ עד _END_ מתוך _TOTAL_ רשומות", - "infoPostFix": "מציג _START_ עד _END_ מתוך _TOTAL_ רשומות" + "infoPostFix": "" } \ No newline at end of file diff --git a/i18n/hr.json b/i18n/hr.json index cf06def..5b821e9 100644 --- a/i18n/hr.json +++ b/i18n/hr.json @@ -20,7 +20,9 @@ "sortDescending": ": aktiviraj za padajući poredak" }, "autoFill": { - "cancel": "Poništi" + "cancel": "Poništi", + "fillHorizontal": "Ispuni ćelije vodoravno", + "fillVertical": "Ispuni ćelije okomito" }, "buttons": { "collection": "Kolekcija", @@ -39,8 +41,12 @@ "print": "Isprintaj", "pageLength": { "-1": "Prikaži sve redove", - "_": "Prikaži %d redova" - } + "_": "Prikaži %d redova", + "1": "Prikaži 1 red" + }, + "removeState": "Ukloni", + "renameState": "Preimenuj", + "updateState": "Ažuriraj" }, "searchPanes": { "collapse": [ @@ -49,7 +55,9 @@ "clearMessage": "Obriši sve", "emptyPanes": "Nema okna za pretraživanje", "loadMessage": "Učitavanje okna za pretraživanje...", - "title": "Filtera aktivno - %d" + "title": "Filtera aktivno - %d", + "showMessage": "Prikaži sve", + "collapseMessage": "Sažmi sve" }, "select": { "cells": { @@ -59,6 +67,10 @@ "columns": { "_": "%d stupaca odabrano", "1": "1 stupac odabran" + }, + "rows": { + "1": "1 red odabran", + "_": "%d redova odabrano" } }, "searchBuilder": { @@ -76,7 +88,8 @@ "equals": "Jednako", "not": "Ne", "notBetween": "Nije između", - "notEmpty": "Nije prazno" + "notEmpty": "Nije prazno", + "before": "Prije" }, "number": { "between": "Između", @@ -97,7 +110,10 @@ "equals": "Jednako", "not": "Ne", "notEmpty": "Nije prazno", - "startsWith": "Počinje sa" + "startsWith": "Počinje sa", + "notContains": "Ne sadrži", + "notStartsWith": "Ne počinje sa", + "notEndsWith": "Ne završava sa" }, "array": { "equals": "Jednako je", @@ -116,7 +132,8 @@ "0": "Graditelj pretraživanja", "_": "Graditelj pretraživanja (%d)" }, - "value": "Vrijednost" + "value": "Vrijednost", + "condition": "Uvjet" }, "datetime": { "previous": "Prethodno", @@ -142,6 +159,15 @@ "listopad", "studeni", "prosinac" + ], + "weekdays": [ + "Ned", + "Pon", + "Uto", + "Sri", + "Čet", + "Pet", + "Sub" ] }, "editor": { @@ -175,5 +201,6 @@ "noMulti": "Ovaj unos može biti uređen samostalno, ali ne kao dio grupe." } }, - "decimal": "," + "decimal": ",", + "thousands": "." } \ No newline at end of file diff --git a/i18n/jv.json b/i18n/jv.json index 3951eef..a0558c8 100644 --- a/i18n/jv.json +++ b/i18n/jv.json @@ -3,12 +3,15 @@ "cancel": "batal", "fill": "tambah sedoyo sell", "fillHorizontal": "tambah sell mlumah", - "fillVertical": "tambah sell ngaceng" + "fillVertical": "tambah sell ngaceng", + "info": "info" }, "buttons": { "copy": "nyalin", "collection": "koleksi", - "colvis": "kolum ingkang ketok" + "colvis": "kolum ingkang ketok", + "copyTitle": "nyalinJudul", + "print": "cetak" }, "datetime": { "hours": "jam", @@ -50,7 +53,10 @@ "stateRestore": { "emptyError": "salahKosong", "removeConfirm": "pindahKonfirmasi", - "renameTitle": "gantiJudul" + "renameTitle": "gantiJudul", + "duplicateError": "salahDobel", + "emptyStates": "kosongStates", + "removeError": "pindahSalah" }, "thousands": ".", "zeroRecords": "mboten wonten data ingkang dipun padosi" diff --git a/i18n/lv.json b/i18n/lv.json index 94059b5..7990586 100644 --- a/i18n/lv.json +++ b/i18n/lv.json @@ -18,7 +18,11 @@ "sortDescending": ": aktivizēt kolonnu, lai kārtotu dilstoši" }, "autoFill": { - "cancel": "Atcelt" + "cancel": "Atcelt", + "fillHorizontal": "Aizpildīt šūnas horizontāli", + "fillVertical": "Aizpildīt šūnas vertikāli", + "fill": "Aizpildīt visas šūnas ar %d<\/i>", + "info": "Informācija" }, "buttons": { "collection": "Saraksts", @@ -27,8 +31,26 @@ "csv": "CSV", "excel": "Excel", "pdf": "PDF", - "print": "Printēt", - "copyTitle": "Kopēt starpliktuvē" + "copyTitle": "Kopēt starpliktuvē", + "colvisRestore": "Atjaunot redzamību", + "createState": "Izveidot Stāvokli", + "removeAllStates": "Dzēst Visus Stāvokļus", + "removeState": "Dzēst", + "renameState": "Pārsaukt", + "savedStates": "Saglabātie Stāvokļi", + "copyKeys": "Spiediet CTRL vai u2318 + C, lai kopētu tabulas datus sistēmas starpliktuvē.

Lai atceltu, klikšķiniet uz šī ziņojuma vai spiediet taustiņu Escape.", + "copySuccess": { + "1": "1 rinda ir kopēta starpliktuvē", + "_": "%d rindas ir kopētas starpliktuvē" + }, + "pageLength": { + "-1": "Rādīt visas rindas", + "1": "Rādīt 1 rindu", + "_": "Rādīt %d rindas" + }, + "print": "Drukāt", + "stateRestore": "Stāvoklis %d", + "updateState": "Atjaunināt" }, "searchBuilder": { "add": "Pievienot", @@ -110,8 +132,41 @@ "system": "Kļūda sistēmā (Vairāk informācijas<\/a>)." }, "multi": { - "title": "Vairākas izvēles", - "restore": "Atsaukt izmaiņas" + "restore": "Atsaukt izmaiņas", + "title": "Vairākas vērtības", + "info": "Atlasītie vienumi satur dažādas vērtības šai ievadei. Lai rediģētu un iestatītu visus šīs ievades vienumus uz vienādu vērtību, noklikšķiniet vai pieskarieties šeit, pretējā gadījumā tie saglabās savas individuālās vērtības.", + "noMulti": "Šo ievadi var rediģēt atsevišķi, bet ne daļu no grupas." } - } + }, + "infoThousands": ",", + "stateRestore": { + "removeJoiner": "un", + "removeSubmit": "Dzēst", + "removeTitle": "Dzēst Stāvokli", + "renameButton": "Pārsaukt", + "renameLabel": "Jaunais %s nosaukums:", + "renameTitle": "Pārsaukt Stāvokli", + "creationModal": { + "button": "Izveidot", + "columns": { + "search": "Meklēšana Kolonnās", + "visible": "Kolonnu Redzamība" + }, + "name": "Nosaukums:", + "order": "Šķirošana", + "paging": "Lapošana", + "scroller": "Ritināšanas Pozīcija", + "search": "Meklēšana", + "searchBuilder": "Meklešanas Redaktors", + "select": "Atzīmēšana", + "title": "Izveidot Jaunu Stāvokli", + "toggleLabel": "Iekļauj:" + }, + "duplicateError": "Stāvoklis ar šādu nosaukumu jau eksistē.", + "emptyError": "Nosaukums nedrīkst būt tukš.", + "emptyStates": "Nav saglabātu stāvokļu", + "removeConfirm": "Vai tiešām vēlaties dzēst %s?", + "removeError": "Neizdevās dzēst stāvokli." + }, + "thousands": "," } \ No newline at end of file diff --git a/i18n/ms.json b/i18n/ms.json index 49514a3..ea57f93 100644 --- a/i18n/ms.json +++ b/i18n/ms.json @@ -31,7 +31,18 @@ "copy": "Salin", "print": "Cetak", "colvis": "Kolum Pilihan", - "colvisRestore": "Kembalikan Penglihatan" + "colvisRestore": "Kembalikan Penglihatan", + "copyKeys": "Tekan <i>ctrl<\/i> atau <i>u2318<\/i> + <i>C<\/i> untuk menyalin maklumat jadual ke papan keratan sistem anda.<br><br>Untuk batak, tekan mesej ini atau tekan escape.", + "copySuccess": { + "1": "1 baris disalian ke papan keratan", + "_": "%ds baris disalin ke papan keratan" + }, + "copyTitle": "Salin ke Papan Klip", + "pageLength": { + "-1": "Paparkan semua baris", + "1": "Papar 1 baris", + "_": "Paparkan %d baris" + } }, "thousands": ",", "select": { @@ -49,8 +60,66 @@ } }, "editor": { - "close": "Tutup" + "close": "Tutup", + "create": { + "button": "Tambah", + "title": "Cipta entri baru", + "submit": "Cipta" + }, + "edit": { + "button": "Pinda", + "title": "Pinda entri", + "submit": "Kemaskini" + }, + "remove": { + "button": "Padam", + "title": "Padam", + "submit": "Padam", + "confirm": { + "_": "Adakah anda pasti untuk menghapus %d baris?", + "1": "Adakah anda pasti untuk menghapus 1 baris?" + } + }, + "error": { + "system": "Terdapat ralat sistem berlaku (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">Maklumat Lanjut<\/a>)." + }, + "multi": { + "title": "Pelbagai nilai", + "info": "Item ini mengandungi pelbagai nilai untuk input ini. Untuk pinda and setkan kesemua item untuk input ini kepada nilai yang sama, tekan sini, sebaliknya, maklumat setiap satu akan dikekalkan", + "restore": "Buat Asal", + "noMulti": "Input ini boleh di ubah setiap satu, tetapi bukan sebahagian daripada kumpulan" + } }, "decimal": ".", - "searchPlaceholder": "Contoh" + "searchPlaceholder": "Contoh", + "datetime": { + "previous": "Sebelum", + "next": "Seterusnya", + "hours": "Jam", + "minutes": "Minit", + "seconds": "Saat", + "weekdays": [ + "Ahd", + "Isn", + "Sel", + "Rab", + "Kha", + "Jum", + "Sab" + ], + "months": [ + "Januari", + "Februari", + "Mac", + "April", + "Mei", + "Jun", + "Julai", + "Ogos", + "September", + "Oktober", + "November", + "Disember" + ] + } } \ No newline at end of file diff --git a/i18n/ta.json b/i18n/ta.json index 64fa0c8..ac8aea0 100644 --- a/i18n/ta.json +++ b/i18n/ta.json @@ -59,5 +59,9 @@ "வெள்ளி", "சனி" ] + }, + "searchPlaceholder": "தேடல் இடப்பெயர்ச்சி", + "editor": { + "close": "மூடு" } } \ No newline at end of file diff --git a/i18n/th.json b/i18n/th.json index 27e903c..98c31e6 100644 --- a/i18n/th.json +++ b/i18n/th.json @@ -51,7 +51,6 @@ "updateState": "แก้ไขสถานะ" }, "infoEmpty": "แสดงทั้งหมด 0 to 0 of 0 รายการ", - "search": "ค้นหา :", "thousands": ",", "datetime": { "amPm": [ @@ -88,7 +87,6 @@ ], "previous": "ก่อนหน้า" }, - "decimal": "จุดทศนิยม", "editor": { "close": "ปิด", "create": { @@ -139,7 +137,9 @@ "between": "ระหว่าง", "equals": "เท่ากับ", "not": "ไม่", - "notEmpty": "ไม่ใช่ระหว่าง" + "empty": "ค่าว่าง", + "notBetween": "ไม่ใช่ระหว่าง", + "notEmpty": "ไม่ใช่ค่าว่าง" }, "number": { "between": "ระหว่าง", @@ -149,7 +149,9 @@ "lt": "น้อยกว่า", "lte": "น้อยกว่าเท่ากับ", "not": "ไม่", - "notBetween": "ไม่ใช่ระหว่าง" + "notBetween": "ไม่ใช่ระหว่าง", + "empty": "ค่าว่าง", + "notEmpty": "ไม่ใช่ค่าว่าง" }, "string": { "contains": "ประกอบด้วย", @@ -159,12 +161,17 @@ "startsWith": "เริ่มต้นด้วย", "notContains": "ไม่มี", "notStartsWith": "ไม่เริ่มต้นด้วย", - "notEndsWith": "ไม่ลงท้ายด้วย" + "notEndsWith": "ไม่ลงท้ายด้วย", + "empty": "ค่าว่าง", + "notEmpty": "ไม่ใช่ค่าว่าง" }, "array": { "equals": "เท่ากับ", "contains": "เงื้อนไข", - "not": "ไม่" + "not": "ไม่", + "empty": "ค่าว่าง", + "notEmpty": "ไม่ใช่ค่าว่าง", + "without": "ไม่มี" } }, "title": { @@ -188,6 +195,18 @@ "emptyError": "ชื่อต้องไม่เป็นค่าว่าง", "emptyStates": "ไม่มีสถานะที่บันทึกไว้", "removeConfirm": "คุณแน่ใจหรือไม่ว่าต้องการลบ %s", - "removeError": "ไม่สามารถลบสถานะ" - } + "removeError": "ไม่สามารถลบสถานะ", + "creationModal": { + "button": "สร้าง", + "name": "ชื่อ:" + }, + "removeJoiner": "และ", + "removeSubmit": "ลบ", + "removeTitle": "ลบสถานะ", + "renameButton": "เปลี่ยนชื่อ", + "renameLabel": "ชื่อใหม่สำหรับ %s:", + "renameTitle": "เปลี่ยนชื่อสถานะ" + }, + "decimal": "Empty string", + "search": "ค้นหา:" } \ No newline at end of file diff --git a/i18n/uz.json b/i18n/uz.json index c2b9017..78e0a4e 100644 --- a/i18n/uz.json +++ b/i18n/uz.json @@ -1,21 +1,200 @@ { - "emptyTable": "Ma'lumot yo'q", "info": "Umumiy _TOTAL_ yozuvlarlardan _START_ dan _END_ gachasi ko'rsatilmoqda", "infoEmpty": "Umumiy 0 yozuvlardan 0 dan 0 gachasi ko'rsatilmoqda", "infoFiltered": "(_MAX_ yozuvlardan filtrlandi)", - "lengthMenu": "_MENU_ ta yozuvlarni ko'rsat", - "loadingRecords": "Yozuvlar yuklanmoqda...", - "processing": "Ishlayapman...", "search": "Izlash:", - "zeroRecords": "Ma'lumot yo'q.", "paginate": { "first": "Birinchi", - "previous": "Avvalgi", "next": "Keyingi", - "last": "Son'ggi" + "last": "Oxirgi", + "previous": "Oldingi" }, "aria": { "sortAscending": ": to'g'ri tartiblash", "sortDescending": ": teskari tartiblash" + }, + "autoFill": { + "cancel": "Bekor qilish", + "fill": "Barcha kataklarni <i>%d<i><\/i><\/i> bilan to'ldirish", + "fillHorizontal": "Kataklarni gorizontal to'ldirish", + "fillVertical": "Kataklarni vertikal to'ldirish" + }, + "buttons": { + "collection": "To'plam", + "colvis": "Ustun ko'rinishi", + "colvisRestore": "Tiklash ko'rinishi", + "copy": "Nusxalash", + "copyKeys": "Ma'lumotlarni vaqtinchalik xotiraga ko'chirib olish uchun <i>ctrl<\/i> ni yoki <i>u2318<\/i> + <i>C<\/i> ni bosing.<br><br> Bekor qilish uchun xabarni bosing yoki esc tugmasini bosing.", + "copySuccess": { + "1": "1 ta qator vaqtinchalik xotiraga ko'chirib olindi", + "_": "%d ta qator vaqtinchalik xotiraga ko'chirib olindi" + }, + "copyTitle": "Vaqtinchalik xotiraga ko'chirib olish", + "csv": "CSV", + "excel": "Excel", + "pageLength": { + "-1": "Barcha qatorlarni ko'rsatish", + "1": "1 ta qatorni ko'rsatish", + "_": "%d ta qatorni ko'rsatish" + }, + "pdf": "PDF", + "print": "Chop etish", + "createState": "Holat yaratish", + "removeAllStates": "Barcha holatlarni o'chirish", + "removeState": "O'chirish", + "renameState": "Qayta nomlash", + "savedStates": "Saqlangan holatlar", + "stateRestore": "Holat %d", + "updateState": "Yangilash" + }, + "decimal": ".", + "emptyTable": "Jadvalda ma'lumot mavjud emas", + "infoThousands": ",", + "lengthMenu": "_MENU_ ta yozuvlarni ko'rsatish", + "loadingRecords": "Yuklanmoqda...", + "processing": "Yuklanmoqda...", + "searchBuilder": { + "add": "Holat qo'shish", + "clearAll": "Barchasini tozalash", + "condition": "Holat", + "conditions": { + "date": { + "empty": "Bo'sh", + "equals": "Teng", + "notEmpty": "Bo'sh emas" + }, + "number": { + "empty": "Bo'sh", + "equals": "Teng", + "notEmpty": "Bo'sh emas" + }, + "string": { + "empty": "Bo'sh", + "equals": "Teng", + "notEmpty": "Bo'sh emas" + }, + "array": { + "equals": "Teng", + "empty": "Bo'sh", + "notEmpty": "Bo'sh emas" + } + }, + "data": "Ma'lumot", + "deleteTitle": "Filtrlash qoidalarini tozalash", + "logicAnd": "Va", + "logicOr": "Yoki", + "value": "Qiymat" + }, + "searchPanes": { + "clearMessage": "Barchasini tozalash", + "count": "{total}", + "countFiltered": "{shown} ({total})", + "title": "Faol filtrlar - %d", + "showMessage": "Barchasini ko'rsatish", + "collapseMessage": "Barchasini yopish" + }, + "searchPlaceholder": "Nima izlayapsiz?", + "select": { + "cells": { + "1": "1 ta katak tanlandi", + "_": "%d ta kataklar tanlandi" + }, + "columns": { + "1": "1 ta ustun tanlandi", + "_": "%d ta ustunlar tanlandi" + }, + "rows": { + "1": "1 ta qator tanlandi", + "_": "%d ta qatorlar tanlandi" + } + }, + "thousands": ",", + "zeroRecords": "Mos keladigan ma'lumotlar topilmadi", + "datetime": { + "previous": "Oldingi", + "next": "Keyingi", + "hours": "Soat", + "minutes": "Daqiqa", + "seconds": "Soniya", + "unknown": "-", + "weekdays": [ + "Yak", + "Du", + "Se", + "Chor", + "Pay", + "Ju", + "Shan" + ], + "months": [ + "Yanvar", + "Fevral", + "Mart", + "Aprel", + "May", + "Iyun", + "Iyul", + "Avgust", + "Sentabr", + "Oktabr", + "Noyabr", + "Dekabr" + ] + }, + "editor": { + "close": "Yopish", + "create": { + "button": "Yangi", + "title": "Yangi ma'lumot yaratish", + "submit": "Yaratish" + }, + "edit": { + "button": "O'zgartirish", + "title": "Ma'lumotni o'zgartirish", + "submit": "Yangilash" + }, + "remove": { + "button": "O'chirish", + "title": "O'chirish", + "submit": "O'chirish", + "confirm": { + "_": "Ushbu %d ta ma'lumotlarni o'chirishni hohlaysizmi?", + "1": "Ushbu 1 ta ma'lumotni o'chirishni hohlaysizmi?" + } + }, + "error": { + "system": "Tizimda xatolik yuz berdi (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">To'liqroq ma'lumot<\/a>)." + }, + "multi": { + "title": "Bir nechta ma'lumot", + "restore": "O'zgarishlarni bekor qilish" + } + }, + "stateRestore": { + "creationModal": { + "button": "Yaratish", + "columns": { + "search": "Ustundan qidirish", + "visible": "Ustun ko'rinishi" + }, + "name": "Nomi:", + "order": "Tartiblash", + "paging": "Sahifalash", + "search": "Qidirish", + "select": "Tanlash", + "title": "Yangi holat yaratish", + "toggleLabel": "Shularni o'z ichiga oladi:" + }, + "duplicateError": "Ushbu nomdagi holat mavjud.", + "emptyError": "Nomi bo'sh bo'lishi mumkin emas.", + "emptyStates": "Saqlangan holatlar mavjud emas", + "removeConfirm": "%s ni o'chirmoqchimisiz?", + "removeError": "Holatni o'chirishda xatolik yuz berdi.", + "removeJoiner": "va", + "removeSubmit": "O'chirish", + "removeTitle": "O'chirish holati", + "renameButton": "Qayta nomlash", + "renameLabel": "%s uchun yangi nom:", + "renameTitle": "Qayta nomlash holati" } } \ No newline at end of file diff --git a/i18n/vi.json b/i18n/vi.json index c37b85b..d8a587d 100644 --- a/i18n/vi.json +++ b/i18n/vi.json @@ -142,7 +142,13 @@ ], "unknown": "-", "weekdays": [ - "Chủ nhật" + "Chủ nhật", + "Thứ hai", + "Thứ 3", + "Thứ 4", + "Thứ 5", + "Thứ 6", + "Thứ 7" ], "months": [ "Tháng Một", diff --git a/i18n/zh.json b/i18n/zh.json index 1bf7d67..025af49 100644 --- a/i18n/zh.json +++ b/i18n/zh.json @@ -11,7 +11,7 @@ "fill": "用 %d<\/i> 填充所有单元格", "fillHorizontal": "水平填充单元格", "fillVertical": "垂直填充单元格", - "info": "示例:自动填充信息" + "info": "自动填充信息示例" }, "buttons": { "colvis": "列可见性", @@ -23,10 +23,9 @@ "pageLength": { "-1": "显示所有行", "_": "显示 %d 行", - "1": "显示1行" + "1": "显示 1 行" }, "print": "打印", - "collection": "集合 <\/span>", "copyKeys": "按 Ctrl 或 u2318 + C 键将表中数据复制到系统剪贴板。

要取消,请单击此消息或按 Escape 键。", "copySuccess": { "1": "已复制 1 行到剪贴板", @@ -38,8 +37,9 @@ "renameState": "重命名", "stateRestore": "状态 %d", "updateState": "更新", - "colvisRestore": "恢复可见", - "savedStates": "保存状态" + "collection": "集合<\/span>", + "colvisRestore": "重置可见性", + "savedStates": "保存的状态" }, "searchBuilder": { "button": { @@ -100,10 +100,10 @@ }, "add": "添加条件", "deleteTitle": "删除筛选规则", - "leftTitle": "组合条件", "logicAnd": "与", "logicOr": "或", - "rightTitle": "取消组合" + "leftTitle": "组合规则", + "rightTitle": "取消组合规则" }, "searchPanes": { "clearMessage": "全部清除", @@ -115,9 +115,9 @@ "countFiltered": "{shown} ({total})", "emptyPanes": "没有搜索面板", "loadMessage": "正在加载搜索面板...", - "title": "激活的筛选条件 - %d", "showMessage": "全部显示", - "collapseMessage": "全部折叠" + "collapseMessage": "全部折叠", + "title": "激活的筛选 - %d" }, "infoThousands": ",", "thousands": ",", @@ -240,7 +240,7 @@ "infoFiltered": "(筛选自全部 _MAX_ 条记录)", "lengthMenu": "显示 _MENU_ 条记录", "aria": { - "sortAscending": ": 按升序排序此列", - "sortDescending": ": 按降序排序此列" + "sortAscending": ": 激活以按升序排序此列", + "sortDescending": ": 激活以按降序排序此列" } } \ No newline at end of file