Browse Source

Merge pull request #4534 from nocodb/l10n_develop_2

New Crowdin updates
pull/4544/head
Raju Udava 2 years ago committed by GitHub
parent
commit
aa6c2e9faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      packages/nc-gui/lang/ar.json
  2. 8
      packages/nc-gui/lang/bn_IN.json
  3. 8
      packages/nc-gui/lang/da.json
  4. 9
      packages/nc-gui/lang/de.json
  5. 8
      packages/nc-gui/lang/es.json
  6. 8
      packages/nc-gui/lang/fa.json
  7. 8
      packages/nc-gui/lang/fi.json
  8. 8
      packages/nc-gui/lang/fr.json
  9. 8
      packages/nc-gui/lang/he.json
  10. 8
      packages/nc-gui/lang/hi.json
  11. 8
      packages/nc-gui/lang/hr.json
  12. 8
      packages/nc-gui/lang/id.json
  13. 8
      packages/nc-gui/lang/it.json
  14. 8
      packages/nc-gui/lang/ja.json
  15. 8
      packages/nc-gui/lang/ko.json
  16. 8
      packages/nc-gui/lang/lv.json
  17. 8
      packages/nc-gui/lang/nl.json
  18. 8
      packages/nc-gui/lang/no.json
  19. 8
      packages/nc-gui/lang/pl.json
  20. 8
      packages/nc-gui/lang/pt.json
  21. 8
      packages/nc-gui/lang/pt_BR.json
  22. 8
      packages/nc-gui/lang/ru.json
  23. 8
      packages/nc-gui/lang/sl.json
  24. 8
      packages/nc-gui/lang/sv.json
  25. 8
      packages/nc-gui/lang/th.json
  26. 8
      packages/nc-gui/lang/tr.json
  27. 8
      packages/nc-gui/lang/uk.json
  28. 8
      packages/nc-gui/lang/vi.json
  29. 8
      packages/nc-gui/lang/zh-Hans.json
  30. 8
      packages/nc-gui/lang/zh-Hant.json

8
packages/nc-gui/lang/ar.json

@ -241,6 +241,8 @@
"created": "إنشاء", "created": "إنشاء",
"sqlOutput": "إخراج SQL", "sqlOutput": "إخراج SQL",
"addOption": "إضافة خيار", "addOption": "إضافة خيار",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "وظيفة التجميع", "aggregateFunction": "وظيفة التجميع",
"dbCreateIfNotExists": "قاعدة البيانات: إنشاء إذا لم يكن موجودا", "dbCreateIfNotExists": "قاعدة البيانات: إنشاء إذا لم يكن موجودا",
"clientKey": "مفتاح العميل", "clientKey": "مفتاح العميل",
@ -487,6 +489,12 @@
"selectField": "حدد حقل" "selectField": "حدد حقل"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/bn_IN.json

@ -241,6 +241,8 @@
"created": "তি", "created": "তি",
"sqlOutput": "এসকিউএল আউটপট", "sqlOutput": "এসকিউএল আউটপট",
"addOption": "বিকলপ যগ করন", "addOption": "বিকলপ যগ করন",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "সমগিক ফশন", "aggregateFunction": "সমগিক ফশন",
"dbCreateIfNotExists": "ডস: উপসিত নকলি করন", "dbCreateIfNotExists": "ডস: উপসিত নকলি করন",
"clientKey": "কট ক", "clientKey": "কট ক",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/da.json

@ -241,6 +241,8 @@
"created": "Oprettet", "created": "Oprettet",
"sqlOutput": "SQL Output.", "sqlOutput": "SQL Output.",
"addOption": "Tilføj option", "addOption": "Tilføj option",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Aggregate Function.", "aggregateFunction": "Aggregate Function.",
"dbCreateIfNotExists": "DATABASE: Opret, hvis ikke eksisterer", "dbCreateIfNotExists": "DATABASE: Opret, hvis ikke eksisterer",
"clientKey": "Klientnøgle", "clientKey": "Klientnøgle",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

9
packages/nc-gui/lang/de.json

@ -241,7 +241,8 @@
"created": "Erstellt", "created": "Erstellt",
"sqlOutput": "SQL-Ausgabe", "sqlOutput": "SQL-Ausgabe",
"addOption": "Option hinzufügen", "addOption": "Option hinzufügen",
"qrCodeValueColumn": "Spalte mit QR-Code-Inhalt", "qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Globale Funktion", "aggregateFunction": "Globale Funktion",
"dbCreateIfNotExists": "Datenbank: Erstellen, falls nicht vorhanden", "dbCreateIfNotExists": "Datenbank: Erstellen, falls nicht vorhanden",
"clientKey": "Client-Schlüssel", "clientKey": "Client-Schlüssel",
@ -488,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/es.json

@ -241,6 +241,8 @@
"created": "Creado", "created": "Creado",
"sqlOutput": "Salida SQL", "sqlOutput": "Salida SQL",
"addOption": "Añadir opción", "addOption": "Añadir opción",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Función agregada", "aggregateFunction": "Función agregada",
"dbCreateIfNotExists": "Base de datos : Crear si no existe", "dbCreateIfNotExists": "Base de datos : Crear si no existe",
"clientKey": "Clave de Cliente", "clientKey": "Clave de Cliente",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/fa.json

@ -241,6 +241,8 @@
"created": "ایجاد شده", "created": "ایجاد شده",
"sqlOutput": "خروجی SQL", "sqlOutput": "خروجی SQL",
"addOption": "افزودن گزینه", "addOption": "افزودن گزینه",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "تابع جمع", "aggregateFunction": "تابع جمع",
"dbCreateIfNotExists": "پایگاه داده: ایجاد در صورت عدم وجود", "dbCreateIfNotExists": "پایگاه داده: ایجاد در صورت عدم وجود",
"clientKey": "کلید Client", "clientKey": "کلید Client",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/fi.json

@ -241,6 +241,8 @@
"created": "Luotu", "created": "Luotu",
"sqlOutput": "SQL-lähtö", "sqlOutput": "SQL-lähtö",
"addOption": "Lisää vaihtoehto", "addOption": "Lisää vaihtoehto",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Kokonaistoiminto", "aggregateFunction": "Kokonaistoiminto",
"dbCreateIfNotExists": "Tietokanta: Luo jos ei ole olemassa", "dbCreateIfNotExists": "Tietokanta: Luo jos ei ole olemassa",
"clientKey": "Asiakasnäppäin", "clientKey": "Asiakasnäppäin",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/fr.json

@ -241,6 +241,8 @@
"created": "Créé", "created": "Créé",
"sqlOutput": "Sortie SQL", "sqlOutput": "Sortie SQL",
"addOption": "Ajouter une option", "addOption": "Ajouter une option",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Fonction agrégée", "aggregateFunction": "Fonction agrégée",
"dbCreateIfNotExists": "Base de données : la créer si elle n'existe pas", "dbCreateIfNotExists": "Base de données : la créer si elle n'existe pas",
"clientKey": "Clé client", "clientKey": "Clé client",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/he.json

@ -241,6 +241,8 @@
"created": "נוצר", "created": "נוצר",
"sqlOutput": "פלט SQL", "sqlOutput": "פלט SQL",
"addOption": "הוסף אפשרות", "addOption": "הוסף אפשרות",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "פונקציה מצטברת", "aggregateFunction": "פונקציה מצטברת",
"dbCreateIfNotExists": "מסד נתונים: צור אם לא קיים", "dbCreateIfNotExists": "מסד נתונים: צור אם לא קיים",
"clientKey": "מפתח הלקוח", "clientKey": "מפתח הלקוח",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/hi.json

@ -241,6 +241,8 @@
"created": "बन", "created": "बन",
"sqlOutput": "SQL आउटपट", "sqlOutput": "SQL आउटपट",
"addOption": "विकलप ज", "addOption": "विकलप ज",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "कल समह", "aggregateFunction": "कल समह",
"dbCreateIfNotExists": "डस: बन यदिद नह", "dbCreateIfNotExists": "डस: बन यदिद नह",
"clientKey": "गहक क", "clientKey": "गहक क",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/hr.json

@ -241,6 +241,8 @@
"created": "Stvoren", "created": "Stvoren",
"sqlOutput": "SQL izlaz", "sqlOutput": "SQL izlaz",
"addOption": "Dodajte opciju", "addOption": "Dodajte opciju",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Agregatna funkcija", "aggregateFunction": "Agregatna funkcija",
"dbCreateIfNotExists": "Baza podataka: stvoriti ako ne postoji", "dbCreateIfNotExists": "Baza podataka: stvoriti ako ne postoji",
"clientKey": "Ključ klijenta", "clientKey": "Ključ klijenta",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/id.json

@ -241,6 +241,8 @@
"created": "Dibuat.", "created": "Dibuat.",
"sqlOutput": "SQL Output", "sqlOutput": "SQL Output",
"addOption": "Tambahkan opsi", "addOption": "Tambahkan opsi",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Fungsi agregat.", "aggregateFunction": "Fungsi agregat.",
"dbCreateIfNotExists": "Basis Data: Buat jika tidak ada", "dbCreateIfNotExists": "Basis Data: Buat jika tidak ada",
"clientKey": "Kunci klien", "clientKey": "Kunci klien",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/it.json

@ -241,6 +241,8 @@
"created": "Creato", "created": "Creato",
"sqlOutput": "Output SQL", "sqlOutput": "Output SQL",
"addOption": "Aggiungi opzione", "addOption": "Aggiungi opzione",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Aggrega funzione", "aggregateFunction": "Aggrega funzione",
"dbCreateIfNotExists": "Database: crea se non esiste", "dbCreateIfNotExists": "Database: crea se non esiste",
"clientKey": "Chiave client", "clientKey": "Chiave client",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/ja.json

@ -241,6 +241,8 @@
"created": "作成済", "created": "作成済",
"sqlOutput": "SQL出力", "sqlOutput": "SQL出力",
"addOption": "オプションを追加", "addOption": "オプションを追加",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "集約関数", "aggregateFunction": "集約関数",
"dbCreateIfNotExists": "データベース:存在しない場合は作成", "dbCreateIfNotExists": "データベース:存在しない場合は作成",
"clientKey": "クライアントキー", "clientKey": "クライアントキー",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/ko.json

@ -241,6 +241,8 @@
"created": "생성", "created": "생성",
"sqlOutput": "SQL 출력", "sqlOutput": "SQL 출력",
"addOption": "옵션 추가", "addOption": "옵션 추가",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "집합 함수", "aggregateFunction": "집합 함수",
"dbCreateIfNotExists": "데이터베이스 : 존재하지 않는 경우 생성", "dbCreateIfNotExists": "데이터베이스 : 존재하지 않는 경우 생성",
"clientKey": "클라이언트 키", "clientKey": "클라이언트 키",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/lv.json

@ -241,6 +241,8 @@
"created": "Izveidots", "created": "Izveidots",
"sqlOutput": "SQL izvade", "sqlOutput": "SQL izvade",
"addOption": "Pievienot iespēju", "addOption": "Pievienot iespēju",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Agregācijas funkcija", "aggregateFunction": "Agregācijas funkcija",
"dbCreateIfNotExists": "Datubāze : izveidotm ja neeksistē", "dbCreateIfNotExists": "Datubāze : izveidotm ja neeksistē",
"clientKey": "Klienta atslēga", "clientKey": "Klienta atslēga",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/nl.json

@ -241,6 +241,8 @@
"created": "Gemaakt", "created": "Gemaakt",
"sqlOutput": "SQL Uitvoer", "sqlOutput": "SQL Uitvoer",
"addOption": "Optie toevoegen", "addOption": "Optie toevoegen",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Geaggregeerde functie", "aggregateFunction": "Geaggregeerde functie",
"dbCreateIfNotExists": "Database: creëer als het niet bestaat", "dbCreateIfNotExists": "Database: creëer als het niet bestaat",
"clientKey": "Client Key", "clientKey": "Client Key",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/no.json

@ -241,6 +241,8 @@
"created": "Opprettet", "created": "Opprettet",
"sqlOutput": "SQL-utgang", "sqlOutput": "SQL-utgang",
"addOption": "Legg til alternativ", "addOption": "Legg til alternativ",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Samlet funksjon", "aggregateFunction": "Samlet funksjon",
"dbCreateIfNotExists": "Database: Opprett hvis ikke eksisterer", "dbCreateIfNotExists": "Database: Opprett hvis ikke eksisterer",
"clientKey": "Klientnøkkel", "clientKey": "Klientnøkkel",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/pl.json

@ -241,6 +241,8 @@
"created": "Utworzony", "created": "Utworzony",
"sqlOutput": "Wyjście SQL.", "sqlOutput": "Wyjście SQL.",
"addOption": "Dodaj opcję.", "addOption": "Dodaj opcję.",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Funkcja kruszywa", "aggregateFunction": "Funkcja kruszywa",
"dbCreateIfNotExists": "Baza danych: Utwórz, jeśli nie istnieje", "dbCreateIfNotExists": "Baza danych: Utwórz, jeśli nie istnieje",
"clientKey": "Klucz klienta", "clientKey": "Klucz klienta",
@ -487,6 +489,12 @@
"selectField": "Wybierz pole" "selectField": "Wybierz pole"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/pt.json

@ -241,6 +241,8 @@
"created": "Criado", "created": "Criado",
"sqlOutput": "Saída SQL.", "sqlOutput": "Saída SQL.",
"addOption": "Adicionar opção", "addOption": "Adicionar opção",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Função agregada", "aggregateFunction": "Função agregada",
"dbCreateIfNotExists": "Base de Dados : criar se não existir", "dbCreateIfNotExists": "Base de Dados : criar se não existir",
"clientKey": "Chave do Cliente", "clientKey": "Chave do Cliente",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/pt_BR.json

@ -241,6 +241,8 @@
"created": "Criado", "created": "Criado",
"sqlOutput": "Saída SQL.", "sqlOutput": "Saída SQL.",
"addOption": "Adicionar opção", "addOption": "Adicionar opção",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Função agregada", "aggregateFunction": "Função agregada",
"dbCreateIfNotExists": "Base de Dados : criar se não existir", "dbCreateIfNotExists": "Base de Dados : criar se não existir",
"clientKey": "Chave do Cliente", "clientKey": "Chave do Cliente",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/ru.json

@ -241,6 +241,8 @@
"created": "Созданный", "created": "Созданный",
"sqlOutput": "Вывод SQL", "sqlOutput": "Вывод SQL",
"addOption": "Добавить настройку", "addOption": "Добавить настройку",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Агрегатная функция", "aggregateFunction": "Агрегатная функция",
"dbCreateIfNotExists": "База данных: создать, если не существует", "dbCreateIfNotExists": "База данных: создать, если не существует",
"clientKey": "Ключ клиента", "clientKey": "Ключ клиента",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/sl.json

@ -241,6 +241,8 @@
"created": "Ustvarjeno", "created": "Ustvarjeno",
"sqlOutput": "SQL izhod", "sqlOutput": "SQL izhod",
"addOption": "Dodaj možnost", "addOption": "Dodaj možnost",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Agregatna funkcija", "aggregateFunction": "Agregatna funkcija",
"dbCreateIfNotExists": "Baza podatkov: Ustvari, če ne obstaja", "dbCreateIfNotExists": "Baza podatkov: Ustvari, če ne obstaja",
"clientKey": "Odjemalski ključ", "clientKey": "Odjemalski ključ",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/sv.json

@ -241,6 +241,8 @@
"created": "Skapad", "created": "Skapad",
"sqlOutput": "SQL-utgång", "sqlOutput": "SQL-utgång",
"addOption": "Lägg till alternativ", "addOption": "Lägg till alternativ",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Aggregatfunktion", "aggregateFunction": "Aggregatfunktion",
"dbCreateIfNotExists": "Databas: Skapa om det inte finns", "dbCreateIfNotExists": "Databas: Skapa om det inte finns",
"clientKey": "Klientnyckel", "clientKey": "Klientnyckel",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/th.json

@ -241,6 +241,8 @@
"created": "สราง", "created": "สราง",
"sqlOutput": "เอาตต SQL", "sqlOutput": "เอาตต SQL",
"addOption": "เพมตวเลอก", "addOption": "เพมตวเลอก",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "ฟงกนรวม", "aggregateFunction": "ฟงกนรวม",
"dbCreateIfNotExists": "ฐานขอมล: สรางถาไมอย", "dbCreateIfNotExists": "ฐานขอมล: สรางถาไมอย",
"clientKey": "รหสลกคา", "clientKey": "รหสลกคา",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/tr.json

@ -241,6 +241,8 @@
"created": "Oluşturuldu", "created": "Oluşturuldu",
"sqlOutput": "SQL Çıktısı", "sqlOutput": "SQL Çıktısı",
"addOption": "Seçenek ekle", "addOption": "Seçenek ekle",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Birleştirme fonksiyonu", "aggregateFunction": "Birleştirme fonksiyonu",
"dbCreateIfNotExists": "Veritabanı : yoksa oluştur", "dbCreateIfNotExists": "Veritabanı : yoksa oluştur",
"clientKey": "İstemci Anahtarı", "clientKey": "İstemci Anahtarı",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/uk.json

@ -241,6 +241,8 @@
"created": "Створений", "created": "Створений",
"sqlOutput": "SQL Output", "sqlOutput": "SQL Output",
"addOption": "Додайте опцію", "addOption": "Додайте опцію",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Сукупна функція", "aggregateFunction": "Сукупна функція",
"dbCreateIfNotExists": "База даних: створити, якщо не існує", "dbCreateIfNotExists": "База даних: створити, якщо не існує",
"clientKey": "Клієнтський ключ", "clientKey": "Клієнтський ключ",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/vi.json

@ -241,6 +241,8 @@
"created": "Tạo", "created": "Tạo",
"sqlOutput": "Đầu ra SQL.", "sqlOutput": "Đầu ra SQL.",
"addOption": "Thêm tùy chọn", "addOption": "Thêm tùy chọn",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "Chức năng tổng hợp", "aggregateFunction": "Chức năng tổng hợp",
"dbCreateIfNotExists": "Cơ sở dữ liệu: Tạo nếu không tồn tại", "dbCreateIfNotExists": "Cơ sở dữ liệu: Tạo nếu không tồn tại",
"clientKey": "Khóa khách", "clientKey": "Khóa khách",
@ -487,6 +489,12 @@
"selectField": "Select field" "selectField": "Select field"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/zh-Hans.json

@ -241,6 +241,8 @@
"created": "创造了", "created": "创造了",
"sqlOutput": "SQL输出", "sqlOutput": "SQL输出",
"addOption": "添加选项", "addOption": "添加选项",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "汇总功能", "aggregateFunction": "汇总功能",
"dbCreateIfNotExists": "数据库 : 如果不存在则创建", "dbCreateIfNotExists": "数据库 : 如果不存在则创建",
"clientKey": "客户端 Key", "clientKey": "客户端 Key",
@ -487,6 +489,12 @@
"selectField": "选择字段" "selectField": "选择字段"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",

8
packages/nc-gui/lang/zh-Hant.json

@ -241,6 +241,8 @@
"created": "已建立", "created": "已建立",
"sqlOutput": "SQL 輸出", "sqlOutput": "SQL 輸出",
"addOption": "新增選項", "addOption": "新增選項",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "匯總功能", "aggregateFunction": "匯總功能",
"dbCreateIfNotExists": "資料庫:不存在則建立", "dbCreateIfNotExists": "資料庫:不存在則建立",
"clientKey": "用戶端金鑰", "clientKey": "用戶端金鑰",
@ -487,6 +489,12 @@
"selectField": "選擇欄位" "selectField": "選擇欄位"
}, },
"msg": { "msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": { "info": {
"roles": { "roles": {
"orgCreator": "建立者可以建立專案與存取任何受邀請的專案", "orgCreator": "建立者可以建立專案與存取任何受邀請的專案",

Loading…
Cancel
Save