From 44c2d402a963fbc24db7862fe441fa03e8a7faca Mon Sep 17 00:00:00 2001 From: Misty Release Bot Date: Mon, 20 Mar 2023 21:28:12 +0000 Subject: [PATCH] chore(i18n): fallback strings for new resources: nodebb.admin-settings-api --- public/language/ar/admin/settings/api.json | 3 +++ public/language/bg/admin/settings/api.json | 3 +++ public/language/bn/admin/settings/api.json | 3 +++ public/language/cs/admin/settings/api.json | 3 +++ public/language/da/admin/settings/api.json | 3 +++ public/language/de/admin/settings/api.json | 3 +++ public/language/el/admin/settings/api.json | 3 +++ public/language/en-US/admin/settings/api.json | 3 +++ public/language/en-x-pirate/admin/settings/api.json | 3 +++ public/language/es/admin/settings/api.json | 3 +++ public/language/et/admin/settings/api.json | 3 +++ public/language/fa-IR/admin/settings/api.json | 3 +++ public/language/fi/admin/settings/api.json | 3 +++ public/language/fr/admin/settings/api.json | 3 +++ public/language/gl/admin/settings/api.json | 3 +++ public/language/he/admin/settings/api.json | 3 +++ public/language/hr/admin/settings/api.json | 3 +++ public/language/hu/admin/settings/api.json | 3 +++ public/language/hy/admin/settings/api.json | 3 +++ public/language/id/admin/settings/api.json | 3 +++ public/language/it/admin/settings/api.json | 3 +++ public/language/ja/admin/settings/api.json | 3 +++ public/language/ko/admin/settings/api.json | 3 +++ public/language/lt/admin/settings/api.json | 3 +++ public/language/lv/admin/settings/api.json | 3 +++ public/language/ms/admin/settings/api.json | 3 +++ public/language/nb/admin/settings/api.json | 3 +++ public/language/nl/admin/settings/api.json | 3 +++ public/language/pl/admin/settings/api.json | 3 +++ public/language/pt-BR/admin/settings/api.json | 3 +++ public/language/pt-PT/admin/settings/api.json | 3 +++ public/language/ro/admin/settings/api.json | 3 +++ public/language/ru/admin/settings/api.json | 3 +++ public/language/rw/admin/settings/api.json | 3 +++ public/language/sc/admin/settings/api.json | 3 +++ public/language/sk/admin/settings/api.json | 3 +++ public/language/sl/admin/settings/api.json | 3 +++ public/language/sq-AL/admin/settings/api.json | 3 +++ public/language/sr/admin/settings/api.json | 3 +++ public/language/sv/admin/settings/api.json | 3 +++ public/language/th/admin/settings/api.json | 3 +++ public/language/tr/admin/settings/api.json | 3 +++ public/language/uk/admin/settings/api.json | 3 +++ public/language/vi/admin/settings/api.json | 3 +++ public/language/zh-CN/admin/settings/api.json | 3 +++ public/language/zh-TW/admin/settings/api.json | 3 +++ 46 files changed, 138 insertions(+) diff --git a/public/language/ar/admin/settings/api.json b/public/language/ar/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/ar/admin/settings/api.json +++ b/public/language/ar/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/bg/admin/settings/api.json b/public/language/bg/admin/settings/api.json index 0e153563ba..502fd97f42 100644 --- a/public/language/bg/admin/settings/api.json +++ b/public/language/bg/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "Потребителски ИД", "uid-help-text": "Посочете потребителски ИД, който да бъде свързан с този код. Ако ИД е 0, това ще се счита за главен код, който може да приема идентичността на всеки от другите потребители чрез параметъра _uid", "description": "Описание", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "Няма описание.", "token-on-save": "Кодът ще бъде създаден след като данните бъдат запазени" } \ No newline at end of file diff --git a/public/language/bn/admin/settings/api.json b/public/language/bn/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/bn/admin/settings/api.json +++ b/public/language/bn/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/cs/admin/settings/api.json b/public/language/cs/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/cs/admin/settings/api.json +++ b/public/language/cs/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/da/admin/settings/api.json b/public/language/da/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/da/admin/settings/api.json +++ b/public/language/da/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/de/admin/settings/api.json b/public/language/de/admin/settings/api.json index d718623639..6295bfc6e4 100644 --- a/public/language/de/admin/settings/api.json +++ b/public/language/de/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "Nutzer–ID", "uid-help-text": "Gebe eine Benutzer-ID an, die diesem Token zugeordnet werden soll. Wenn die Benutzer-ID 0 ist, wird sie als Master-Token betrachtet, das basierend auf dem _uid-Parameter die Identität anderer Benutzer annehmen kann", "description": "Beschreibung", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "Keine Beschreibung angegeben.", "token-on-save": "Token wird generiert, sobald das Formular gespeichert wird" } \ No newline at end of file diff --git a/public/language/el/admin/settings/api.json b/public/language/el/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/el/admin/settings/api.json +++ b/public/language/el/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/en-US/admin/settings/api.json b/public/language/en-US/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/en-US/admin/settings/api.json +++ b/public/language/en-US/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/en-x-pirate/admin/settings/api.json b/public/language/en-x-pirate/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/en-x-pirate/admin/settings/api.json +++ b/public/language/en-x-pirate/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/es/admin/settings/api.json b/public/language/es/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/es/admin/settings/api.json +++ b/public/language/es/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/et/admin/settings/api.json b/public/language/et/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/et/admin/settings/api.json +++ b/public/language/et/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/fa-IR/admin/settings/api.json b/public/language/fa-IR/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/fa-IR/admin/settings/api.json +++ b/public/language/fa-IR/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/fi/admin/settings/api.json b/public/language/fi/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/fi/admin/settings/api.json +++ b/public/language/fi/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/fr/admin/settings/api.json b/public/language/fr/admin/settings/api.json index 87ae70eff0..d758798910 100644 --- a/public/language/fr/admin/settings/api.json +++ b/public/language/fr/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "ID Utilisateur", "uid-help-text": "Spécifiez un ID utilisateur à associer à ce token. Si l'ID utilisateur est 0, il sera considéré comme un token maître, qui peut prendre l'identité d'autres utilisateurs en fonction du paramètre _uid", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "Aucune description spécifiée.", "token-on-save": "Le token sera généré une fois le formulaire enregistré" } \ No newline at end of file diff --git a/public/language/gl/admin/settings/api.json b/public/language/gl/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/gl/admin/settings/api.json +++ b/public/language/gl/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/he/admin/settings/api.json b/public/language/he/admin/settings/api.json index 3299de86fc..ec4138ca0e 100644 --- a/public/language/he/admin/settings/api.json +++ b/public/language/he/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "ID משתמש", "uid-help-text": "ציין מזהה משתמש בכדי לשייך לטוקן זה. אם מזהה המשתמש הוא 0, זה ייחשב כטוקןראשי, שיכול לשער את זהותם של משתמשים אחרים על בסיס פרמטר_uid .", "description": "תיאור", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "לא צוין תיאור.", "token-on-save": "טוקן יוצר לאחר שמירת הטופס" } \ No newline at end of file diff --git a/public/language/hr/admin/settings/api.json b/public/language/hr/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/hr/admin/settings/api.json +++ b/public/language/hr/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/hu/admin/settings/api.json b/public/language/hu/admin/settings/api.json index ec8ad3ad4c..65de04e479 100644 --- a/public/language/hu/admin/settings/api.json +++ b/public/language/hu/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "Felhasználó azonosító", "uid-help-text": "Adj meg egy felhasználó azonosítót, hogy társítsd ehhez a tokenhez. Ha a felhasználó azonosító 0, akkor mester tokenként lesz kezelve, ami bármelyik felhasználó identitását képes felvenni a _uid paraméter alapján", "description": "Leírás", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "Nincs leírás megadva.", "token-on-save": "A token az űrlap mentésekor generálódik" } \ No newline at end of file diff --git a/public/language/hy/admin/settings/api.json b/public/language/hy/admin/settings/api.json index d857197ecb..f5530ad449 100644 --- a/public/language/hy/admin/settings/api.json +++ b/public/language/hy/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "Օգտատիրոջ ID", "uid-help-text": "Նշեք Օգտատիրոջ ID՝ այս նշանի հետ կապելու համար: Եթե օգտատիրոջ ID-ն 0 է, ապա այն կհամարվի հիմնական նշան, որը կարող է ենթադրել այլ օգտատերերի ինքնությունը՝ հիմնվելով _uid պարամետրի վրա:", "description": "Նկարագրություն", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "Ոչ մի նկարագրություն նշված չէ:", "token-on-save": "Ձևաթուղթը կստեղծվի, երբ ձևը պահպանվի" } \ No newline at end of file diff --git a/public/language/id/admin/settings/api.json b/public/language/id/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/id/admin/settings/api.json +++ b/public/language/id/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/it/admin/settings/api.json b/public/language/it/admin/settings/api.json index 74e57044a0..3624caaf9b 100644 --- a/public/language/it/admin/settings/api.json +++ b/public/language/it/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "ID utente", "uid-help-text": "Specificare un ID utente da associare a questo token. Se l'ID utente è 0, sarà considerato un token master, che può assumere l'identità di altri utenti in base al parametro _uid", "description": "Descrizione", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "Nessuna descrizione specificata.", "token-on-save": "Il token sarà generato una volta salvato il modulo" } \ No newline at end of file diff --git a/public/language/ja/admin/settings/api.json b/public/language/ja/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/ja/admin/settings/api.json +++ b/public/language/ja/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/ko/admin/settings/api.json b/public/language/ko/admin/settings/api.json index 81affcdb80..af6c41071f 100644 --- a/public/language/ko/admin/settings/api.json +++ b/public/language/ko/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "이 토큰과 연결할 User ID를 지정하세요. User ID가 0일 경우 master 토큰으로 간주되어 다른 사용자의 정보를 _uid 패러미터를 통해 알 수 있게 됩니다.", "description": "설명", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "설명 없음", "token-on-save": "현재 설정 저장 후 토큰 생성" } \ No newline at end of file diff --git a/public/language/lt/admin/settings/api.json b/public/language/lt/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/lt/admin/settings/api.json +++ b/public/language/lt/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/lv/admin/settings/api.json b/public/language/lv/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/lv/admin/settings/api.json +++ b/public/language/lv/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/ms/admin/settings/api.json b/public/language/ms/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/ms/admin/settings/api.json +++ b/public/language/ms/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/nb/admin/settings/api.json b/public/language/nb/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/nb/admin/settings/api.json +++ b/public/language/nb/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/nl/admin/settings/api.json b/public/language/nl/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/nl/admin/settings/api.json +++ b/public/language/nl/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/pl/admin/settings/api.json b/public/language/pl/admin/settings/api.json index e285d4a596..55ece93210 100644 --- a/public/language/pl/admin/settings/api.json +++ b/public/language/pl/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "ID Użytkownika", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Opis", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "Brak opisu.", "token-on-save": "Token zostanie wygenerowany po zapisaniu formularza" } \ No newline at end of file diff --git a/public/language/pt-BR/admin/settings/api.json b/public/language/pt-BR/admin/settings/api.json index a7427d4aeb..d363fcb163 100644 --- a/public/language/pt-BR/admin/settings/api.json +++ b/public/language/pt-BR/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "ID do Usuário", "uid-help-text": "Especifique um ID de usuário para associar a este token. Se o ID do usuário for0, ele será considerada uma token master, que pode assumir a identidade de outros usuários com base no parâmetro _uid", "description": "Descrição", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "Nenhuma descrição especificada.", "token-on-save": "O token será gerado assim que o formulário for salvo" } \ No newline at end of file diff --git a/public/language/pt-PT/admin/settings/api.json b/public/language/pt-PT/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/pt-PT/admin/settings/api.json +++ b/public/language/pt-PT/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/ro/admin/settings/api.json b/public/language/ro/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/ro/admin/settings/api.json +++ b/public/language/ro/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/ru/admin/settings/api.json b/public/language/ru/admin/settings/api.json index 6fc2a1e8ac..df16296e7d 100644 --- a/public/language/ru/admin/settings/api.json +++ b/public/language/ru/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "ID пользователя", "uid-help-text": "Укажите идентификатор пользователя, который нужно связать с этим токеном. Если идентификатор пользователя равен 0, он будет считаться главным токеном, который может предполагать идентичность других пользователей на основе параметра _uid.", "description": "Описание", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "Описания нет.", "token-on-save": "Токен будет сгенерирован после сохранения формы" } \ No newline at end of file diff --git a/public/language/rw/admin/settings/api.json b/public/language/rw/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/rw/admin/settings/api.json +++ b/public/language/rw/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/sc/admin/settings/api.json b/public/language/sc/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/sc/admin/settings/api.json +++ b/public/language/sc/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/sk/admin/settings/api.json b/public/language/sk/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/sk/admin/settings/api.json +++ b/public/language/sk/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/sl/admin/settings/api.json b/public/language/sl/admin/settings/api.json index 01306f9cf2..8522eb92aa 100644 --- a/public/language/sl/admin/settings/api.json +++ b/public/language/sl/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "ID uporabnika", "uid-help-text": "Določite ID uporabnika, ki ga želite povezati s tem žetonom. Če je ID uporabnika 0, bo veljal za glavni žeton, ki lahko prevzame identiteto drugih uporabnikov na podlagi parametra _uid", "description": "Opis", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "Opis ni naveden.", "token-on-save": "Žeton bo ustvarjen, ko bo obrazec shranjen" } \ No newline at end of file diff --git a/public/language/sq-AL/admin/settings/api.json b/public/language/sq-AL/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/sq-AL/admin/settings/api.json +++ b/public/language/sq-AL/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/sr/admin/settings/api.json b/public/language/sr/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/sr/admin/settings/api.json +++ b/public/language/sr/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/sv/admin/settings/api.json b/public/language/sv/admin/settings/api.json index 9394d032cf..9bc499e3f9 100644 --- a/public/language/sv/admin/settings/api.json +++ b/public/language/sv/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Beskrivning", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "Ingen beskrivning finns.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/th/admin/settings/api.json b/public/language/th/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/th/admin/settings/api.json +++ b/public/language/th/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/tr/admin/settings/api.json b/public/language/tr/admin/settings/api.json index 1f1f40a6b5..8ed4f01eef 100644 --- a/public/language/tr/admin/settings/api.json +++ b/public/language/tr/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "Kullanıcı ID", "uid-help-text": "Bu jetonla ilişkilendirilecek bir Kullanıcı Kimliği belirtin. Kullanıcı kimliği 0 ise, diğer kullanıcıların kimliğini _uid parametresine göre üstlenebilen bir ana simge olarak kabul edilir.", "description": "Açıklama", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "Hiçbir açıklama belirtilmemiş.", "token-on-save": "Form kaydedildikten sonra bir jeton oluşturulacak" } \ No newline at end of file diff --git a/public/language/uk/admin/settings/api.json b/public/language/uk/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/uk/admin/settings/api.json +++ b/public/language/uk/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file diff --git a/public/language/vi/admin/settings/api.json b/public/language/vi/admin/settings/api.json index ad59dadf66..bc1843cf4b 100644 --- a/public/language/vi/admin/settings/api.json +++ b/public/language/vi/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "ID Người Dùng", "uid-help-text": "Ghi rõ ID người dùng liên kết với mã truy cập. Nếu ID người dùng là 0, nó sẽ là môt mã truy cập cao cấp, có thể giả định danh tính của những người dùng khác dựa trên tham số _uid", "description": "Mô tả", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "Không có mô tả cụ thể.", "token-on-save": "Mã truy cập sẽ được tạo sau khi biểu mẫu được lưu" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/settings/api.json b/public/language/zh-CN/admin/settings/api.json index 0075718d68..c0cdfb6082 100644 --- a/public/language/zh-CN/admin/settings/api.json +++ b/public/language/zh-CN/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "用户ID", "uid-help-text": "指定要与此令牌关联的用户ID。如果用户ID是 0, 它将被实危 最高 令牌,可以通过 _uid 参数假定其他用户的身份", "description": "说明", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "未指定说明。", "token-on-save": "保存表单后将生成令牌" } \ No newline at end of file diff --git a/public/language/zh-TW/admin/settings/api.json b/public/language/zh-TW/admin/settings/api.json index 50892925f3..746b99068b 100644 --- a/public/language/zh-TW/admin/settings/api.json +++ b/public/language/zh-TW/admin/settings/api.json @@ -11,6 +11,9 @@ "uid": "User ID", "uid-help-text": "Specify a User ID to associate with this token. If the user ID is 0, it will be considered a master token, which can assume the identity of other users based on the _uid parameter", "description": "Description", + "last-seen-ago": "Last used .", + "last-seen-on": "Last used on .", + "last-seen-never": "This key has never been used.", "no-description": "No description specified.", "token-on-save": "Token will be generated once form is saved" } \ No newline at end of file