i18n: Latest translations

pull/530/head 1.11.3
Allan Jardine 3 years ago
parent bd2ecbfcd6
commit cf379c8142

@ -191,6 +191,10 @@
"columns": { "columns": {
"_": "%d columnas seleccionadas", "_": "%d columnas seleccionadas",
"1": "Una columna seleccionada" "1": "Una columna seleccionada"
},
"rows": {
"1": "Una fila seleccionada",
"_": "%d filas seleccionadas"
} }
}, },
"thousands": ".", "thousands": ".",

@ -121,7 +121,7 @@
"select": { "select": {
"cells": { "cells": {
"1": "1 celda seleccionada", "1": "1 celda seleccionada",
"_": "$d celdas seleccionadas" "_": "%d celdas seleccionadas"
}, },
"columns": { "columns": {
"1": "1 columna seleccionada", "1": "1 columna seleccionada",

@ -93,7 +93,12 @@
"ხუთ", "ხუთ",
"პარ", "პარ",
"შაბ" "შაბ"
] ],
"amPm": [
"AM",
"PM"
],
"unknown": "უცნობი"
}, },
"infoThousands": ",", "infoThousands": ",",
"searchBuilder": { "searchBuilder": {
@ -116,7 +121,8 @@
"empty": "ცარიელი", "empty": "ცარიელი",
"equals": "უდრის", "equals": "უდრის",
"not": "არა", "not": "არა",
"notEmpty": "არაა ცარიელი" "notEmpty": "არაა ცარიელი",
"notBetween": "არა შორის"
}, },
"number": { "number": {
"between": "შორის", "between": "შორის",
@ -125,11 +131,57 @@
"gt": "მეტია ვიდრე", "gt": "მეტია ვიდრე",
"lt": "ნაკლები ვიდრე", "lt": "ნაკლები ვიდრე",
"not": "არა", "not": "არა",
"notEmpty": "არაა ცარიელი" "notEmpty": "არაა ცარიელი",
"gte": "მეტი ვიდრე ტოლია",
"lte": "ნაკლები ვიდრე ტოლია",
"notBetween": "არა შორის"
}, },
"string": { "string": {
"contains": "შეიცავს" "contains": "შეიცავს",
"empty": "ცარიელი",
"endsWith": "სრულდება",
"equals": "უდრის",
"not": "არა",
"notEmpty": "არაა ცარიელი",
"startsWith": "იწყება"
} }
},
"data": "მონაცემები",
"logicAnd": "და",
"logicOr": "ან",
"value": "ღირებულება",
"button": {
"_": "ძიების კონსტრუქტორი (%d)",
"0": "ძიების კონსტრუქტორი"
},
"rightTitle": "მოთხოვნის კრიტერია",
"title": {
"_": "ძიების კონსტრუქტორი (%d)",
"0": "ძიების კონსტრუქტორი"
} }
},
"searchPanes": {
"clearMessage": "გასუფთავება",
"title": "აქტიური ფილტრები - %d",
"collapse": {
"_": "ძიების პანელი (%d)",
"0": "ძიების პანელი"
},
"count": "{total}",
"countFiltered": "{shown} ({total})",
"emptyPanes": "ძიების პანელი ცარიელია",
"loadMessage": "იტვირთება ძიების პანელი..."
},
"select": {
"cells": {
"_": "მონიშნულია %d უჯრა",
"1": "მონიშნულია 1 უჯრა"
},
"columns": {
"_": "მონიშნულია %d სვეტი",
"1": "მონიშნულია 1 სვეტი"
} }
},
"decimal": ".",
"thousands": ","
} }
Loading…
Cancel
Save