Update translation script
This commit is contained in:
parent
2b079f05ac
commit
9a0c193c32
4 changed files with 1 additions and 73 deletions
|
|
@ -3,6 +3,6 @@ host = https://www.transifex.com
|
||||||
|
|
||||||
[o:traccar:p:traccar:r:client]
|
[o:traccar:p:traccar:r:client]
|
||||||
source_file = lib/l10n/app_en.arb
|
source_file = lib/l10n/app_en.arb
|
||||||
file_filter = lib/l10n/<lang>.arb
|
file_filter = lib/l10n/app_<lang>.arb
|
||||||
type = ARB
|
type = ARB
|
||||||
resource_name = client
|
resource_name = client
|
||||||
|
|
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"trackingTitle": "Pistage",
|
|
||||||
"settingsTitle": "Paramètres",
|
|
||||||
"statusTitle": "Journaux",
|
|
||||||
"saveButton": "Sauver",
|
|
||||||
"cancelButton": "Annuler",
|
|
||||||
"locationButton": "Envoyer la position",
|
|
||||||
"statusButton": "Montrer le statut",
|
|
||||||
"settingsButton": "Changer les paramètres",
|
|
||||||
"invalidValue": "Valeur invalide",
|
|
||||||
"idLabel": "Identifiant d'appareil",
|
|
||||||
"urlLabel": "URL du serveur",
|
|
||||||
"accuracyLabel": "Précision de la position",
|
|
||||||
"highAccuracyLabel": "Haut",
|
|
||||||
"mediumAccuracyLabel": "Moyen",
|
|
||||||
"lowAccuracyLabel": "Bas",
|
|
||||||
"intervalLabel": "Intervalle (secondes)",
|
|
||||||
"distanceLabel": "Distance (mètres)",
|
|
||||||
"bufferLabel": "Mise en tampon hors ligne",
|
|
||||||
"trackingLabel": "Pistage continu",
|
|
||||||
"startAction": "Démarrer le service",
|
|
||||||
"stopAction": "Arrêter le service",
|
|
||||||
"sosAction": "Envoyer un SOS"
|
|
||||||
}
|
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"trackingTitle": "Stebėjimas",
|
|
||||||
"settingsTitle": "Nustatymai",
|
|
||||||
"statusTitle": "Žurnalai",
|
|
||||||
"saveButton": "Išsaugoti",
|
|
||||||
"cancelButton": "Atšaukti",
|
|
||||||
"locationButton": "Siųsti poziciją",
|
|
||||||
"statusButton": "Rodyti būklę",
|
|
||||||
"settingsButton": "Keisti nustatymus",
|
|
||||||
"invalidValue": "Neteisinga reikšmė",
|
|
||||||
"idLabel": "Įrenginio identifikatorius",
|
|
||||||
"urlLabel": "Serverio URL",
|
|
||||||
"accuracyLabel": "Pozicijos tikslumas",
|
|
||||||
"highAccuracyLabel": "Aukštas",
|
|
||||||
"mediumAccuracyLabel": "Vidutinis",
|
|
||||||
"lowAccuracyLabel": "Žemas",
|
|
||||||
"intervalLabel": "Intervalas (sekundėmis)",
|
|
||||||
"distanceLabel": "Atstumas (metrais)",
|
|
||||||
"bufferLabel": "Kaupti duomenis neprisijungus",
|
|
||||||
"trackingLabel": "Nuolatinis stebėjimas",
|
|
||||||
"startAction": "Įjungti servisą",
|
|
||||||
"stopAction": "Sustabdyti servisą",
|
|
||||||
"sosAction": "Siųsti SOS"
|
|
||||||
}
|
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"trackingTitle": "Отслеживание",
|
|
||||||
"settingsTitle": "Настройки",
|
|
||||||
"statusTitle": "Журналы",
|
|
||||||
"saveButton": "Сохранить",
|
|
||||||
"cancelButton": "Отмена",
|
|
||||||
"locationButton": "Отправить местоположение",
|
|
||||||
"statusButton": "Показать статус",
|
|
||||||
"settingsButton": "Изменить настройки",
|
|
||||||
"invalidValue": "Неверное значение",
|
|
||||||
"idLabel": "ID устройства",
|
|
||||||
"urlLabel": "URL Сервера",
|
|
||||||
"accuracyLabel": "Точность метоположения",
|
|
||||||
"highAccuracyLabel": "Высокий",
|
|
||||||
"mediumAccuracyLabel": "Соедний",
|
|
||||||
"lowAccuracyLabel": "Низкий",
|
|
||||||
"intervalLabel": "Интервал (секунды)",
|
|
||||||
"distanceLabel": "Дистанция (метры)",
|
|
||||||
"bufferLabel": "Оффлайн буферизация",
|
|
||||||
"trackingLabel": "Непрерывное отслеживание",
|
|
||||||
"startAction": "Запустить сервис",
|
|
||||||
"stopAction": "Остановить сервис",
|
|
||||||
"sosAction": "Отправить SOS"
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue