New Crowdin updates (#7043)

* New translations en-US.yaml (Portuguese)

* New translations en-US.yaml (Portuguese)

* Update source file en-US.yaml

* New translations en-US.yaml (Estonian)

* New translations en-US.yaml (Ukrainian)

* New translations en-US.yaml (Norwegian)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Portuguese)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Serbian (Cyrillic))

* New translations en-US.yaml (Swedish)

* New translations en-US.yaml (Turkish)

* New translations en-US.yaml (Chinese Traditional)

* New translations en-US.yaml (Mongolian)

* New translations en-US.yaml (Portuguese, Brazilian)

* New translations en-US.yaml (Indonesian)

* New translations en-US.yaml (Spanish, Chile)

* New translations en-US.yaml (Thai)

* New translations en-US.yaml (Hindi)

* New translations en-US.yaml (Malay)

* New translations en-US.yaml (Serbian (Latin))

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Korean)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Afrikaans)

* New translations en-US.yaml (Lithuanian)

* New translations en-US.yaml (Spanish, Latin America)

* New translations en-US.yaml (Slovenian)

* New translations en-US.yaml (Vietnamese)

* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Romanian)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Arabic)

* New translations en-US.yaml (Georgian)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Czech)

* New translations en-US.yaml (Danish)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Greek)

* New translations en-US.yaml (Finnish)

* New translations en-US.yaml (Hebrew)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Japanese)
This commit is contained in:
Rijk van Zanten
2021-07-28 19:47:59 +02:00
committed by GitHub
parent 337557b316
commit 2adac43bb8
42 changed files with 1047 additions and 198 deletions

View File

@@ -81,9 +81,6 @@ fields:
directus_roles:
description: Beskrywing
comment: Kommentaar
continue: Gaan Voort
default: Standaardwaarde
delete: Verwyder
description: Beskrywing
email: E-pos
password: Wagwoord

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: تعديل الحقل
item_revision: التعديلات على العنصر
duplicate_field: حقل مكرر
@@ -46,7 +66,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: تسجيل الخروج
SESSION_EXPIRED: انتهت الجلسة
public: عام
public_description: التحكم بتوفر البيانات على واجهة الربط البرمجي بدون تسجيل دخول.
not_allowed: غير مسموح
directus_version: إصدار Directus
@@ -254,7 +273,7 @@ move_to_folder: أنقل إلى مجلد
move: نقل
system: نظام
add_field_related: إضافة حقل إلى مجموعة ذات صلة
interface: الواجهة
interface_label: الواجهة
today: اليوم
yesterday: أمس
delete_comment: احذف التعليق
@@ -279,7 +298,6 @@ months:
drag_mode: وضع السحب
original: أصلي
url: الرابط
import: إستيراد
file_details: تفاصيل الملف
dimensions: الأبعاد
size: حجم
@@ -718,11 +736,8 @@ referential_action_no_action: منع الحذف
referential_action_cascade: حذف العنصر {collection} (تسلسلي)
referential_action_set_default: تعيين {field} إلى قيمته الافتراضية
choose_action: اختر الإجراء
continue: واصل
editing_role: 'دور {role}'
creating_webhook: إنشاء Webhook
default: الإفتراضي
delete: حذف
delete_are_you_sure: >-
هذا الإجراء دائم ولا يمكن التراجع عنه. هل أنت متأكد من رغبتك في المتابعة؟
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Редактиране на поле
conditions: Условия
item_revision: Ревизии на запис
@@ -51,7 +71,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Отписан
SESSION_EXPIRED: Сесията е изтекла
public: Публичен
public_description: Контрол на позволенията към API, без нужда от оторизиране.
not_allowed: Не е позволено
directus_version: Версия на Directus
@@ -260,7 +279,7 @@ move_to_folder: Преместване в папка
move: Преместване
system: Система
add_field_related: Добавяне на поле към релативната колекция
interface: Интерфейс
interface_label: Интерфейс
today: Днес
yesterday: Вчера
delete_comment: Изтриване на коментар
@@ -290,7 +309,6 @@ drag_mode: Режим при дърпане
cancel_crop: Отказване на изрязването
original: Оригинал
url: URL
import: Импорт
file_details: Детайли за файл
dimensions: Размери
size: Големина
@@ -811,13 +829,10 @@ referential_action_cascade: Каскадно изтриване на {collection
referential_action_set_null: Зануляване на {field}
referential_action_set_default: Задаване на {field} към стойността по подразбиране
choose_action: Изберете действие
continue: Продължение
continue_as: >-
{name} в момента е оторизиран. Ако разпознавате профила, изберете бутона за продължение.
editing_role: 'Роля - {role}'
creating_webhook: Създаване на уеб-кука
default: По подразбиране
delete: Изтриване
delete_are_you_sure: >-
Действието е постоянно и не може да бъде отменено. Сигурни ли сте, че искате да продължите?
delete_field_are_you_sure: >-

View File

@@ -33,7 +33,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: S'ha desconnectat
SESSION_EXPIRED: Sessió caducada
public: Públic
public_description: Controla quines dades API estan disponibles sense autenticar.
not_allowed: No permès
directus_version: Versió de Directus
@@ -158,9 +157,6 @@ fields:
name: Nom del Rol
description: Descripció
comment: Comentari
continue: Continua
default: Predeterminat
delete: Elimina
description: Descripció
done: Fet
duplicate: Duplicat

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Upravit pole
item_revision: Revize položky
duplicate_field: Duplikovat pole
@@ -41,7 +61,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Odhlášen
SESSION_EXPIRED: Relace vypršela
public: Veřejné
public_description: Určuje, která API data jsou dostupná bez ověřování.
not_allowed: Nepovoleno
directus_version: Verze Directusu
@@ -295,9 +314,6 @@ fields:
name: Jméno role
description: Popis
comment: Komentář
continue: Pokračovat
default: Výchozí
delete: Smazat
delete_field_are_you_sure: >-
Opravdu chcete smazat pole "{field}"? Tuto akci nelze vrátit zpět.
description: Popis

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Rediger Felt
item_revision: Genstandsrevision
duplicate_field: Dupliker Felt
@@ -40,7 +60,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Logget ud
SESSION_EXPIRED: Sessionen er udløbet
public: Offentlig
public_description: Kontrollerer, hvilke API-data der er tilgængelige uden godkendelse.
not_allowed: Ikke tilladt
directus_version: Directus Version
@@ -300,9 +319,6 @@ fields:
name: Rollenavn
description: Beskrivelse
comment: Kommenter
continue: Forsæt
default: Standard
delete: Slet
delete_field_are_you_sure: >-
Er du sikker på du vil slette feltet "{field}"? Denne handling kan ikke fortrydes.
description: Beskrivelse

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Feld bearbeiten
item_revision: Element Revision
duplicate_field: Feld duplizieren
@@ -42,7 +62,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Abgemeldet
SESSION_EXPIRED: Sitzung abgelaufen
public: Öffentlich
public_description: Bestimmt, welche API-Daten ohne Authentifizierung zugänglich sind.
not_allowed: Nicht erlaubt
directus_version: Directus Version
@@ -250,7 +269,7 @@ move_to_folder: In Ordner verschieben
move: Verschieben
system: System
add_field_related: Feld zur abhängigen Sammlung hinzufügen
interface: Benutzeroberfläche
interface_label: Benutzeroberfläche
today: Heute
yesterday: Gestern
delete_comment: Kommentar löschen
@@ -280,7 +299,6 @@ drag_mode: Drag-Modus
cancel_crop: Zuschneiden abbrechen
original: Original
url: URL
import: Importieren
file_details: Dateiinformationen
dimensions: Dimensionen
size: Größe
@@ -799,13 +817,10 @@ referential_action_cascade: Lösche das {collection} Element (Cascade)
referential_action_set_null: '{field} auf Null setzen'
referential_action_set_default: '{field} au Standardwert setzen'
choose_action: Aktion auswählen
continue: Weiter
continue_as: >-
{name} ist derzeit authentifiziert. Wenn du dieses Konto erkennst, drücke fortfahren.
editing_role: '{role} Rolle'
creating_webhook: Webhook erstellen
default: Standard
delete: Löschen
delete_are_you_sure: >-
Diese Aktion kann nicht rückgängig gemacht werden. Sind Sie sicher, dass Sie fortfahren möchten?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Επεξεργασία Πεδίου
item_revision: Αναθεώρηση Αντικειμένου
duplicate_field: Αντίγραφο Πεδίου
@@ -41,7 +61,6 @@ delete_bookmark: Διαγραφή σελιδοδείκτη
logoutReason:
SIGN_OUT: Αποσύνδεση
SESSION_EXPIRED: Η συνεδρία έληξε
public: Δημόσιο
public_description: Ελέγχει ποια δεδομένα API είναι διαθέσιμα χωρίς ταυτοποίηση.
not_allowed: Δεν Επιτρέπεται
directus_version: Έκδοση Directus
@@ -202,9 +221,6 @@ fields:
name: Όνομα Ρόλου
description: Περιγραφή
comment: Σχόλιο
continue: Συνέχεια
default: Προεπιλογή
delete: Διαγραφή
delete_field_are_you_sure: >-
Είσαι σίγουρος ότι θέλεις να διαγράψεις το πεδίο "{field}"; Η ενέργεια αυτή δεν μπορεί να αναιρεθεί.
description: Περιγραφή

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Editar Campo
item_revision: Revisión de Elemento
duplicate_field: Campo duplicado
@@ -47,7 +67,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Cerrar sesión
SESSION_EXPIRED: Sesión expirada
public: Público
public_description: Control de datos disponibles por API sin autentificación.
not_allowed: No permitido
directus_version: Versión de Directus
@@ -255,7 +274,7 @@ move_to_folder: Mover a Carpeta
move: Mover
system: Sistema
add_field_related: Agregar Campo a la Colección Relacionada
interface: Interfaz
interface_label: Interfaz
today: Hoy
yesterday: Ayer
delete_comment: Borrar Comentario
@@ -285,7 +304,6 @@ drag_mode: Modo arrastrar
cancel_crop: Cancelar corte
original: Original
url: URL
import: Importar
file_details: Detalles del archivo
dimensions: Dimensiones
size: Tamaño
@@ -800,11 +818,8 @@ referential_action_no_action: Evitar la eliminación
referential_action_set_null: Anular el campo {field}
referential_action_set_default: Establecer {field} a su valor predeterminado
choose_action: Elegir acción
continue: Continuar
editing_role: 'Rol {role}'
creating_webhook: Creando Webhook
default: Predeterminado
delete: Eliminar
delete_are_you_sure: >-
Esta acción es permanente y no puede ser revertida. ¿Realmente le gustaría proceder?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Editar Campo
item_revision: Revisión de Elemento
duplicate_field: Duplicar Campo
@@ -41,7 +61,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Tu sesión ha sido cerrada
SESSION_EXPIRED: Tu sesión ha expirado
public: Público
public_description: Controlar qué datos de la API están disponibles sin autenticación.
not_allowed: No permitido
directus_version: Versión Directus
@@ -249,7 +268,7 @@ move_to_folder: Mover a Directorio
move: Mover
system: Sistema
add_field_related: Agregar Campo a Colección Relacionada
interface: Interfaz
interface_label: Interfaz
today: Hoy
yesterday: Ayer
delete_comment: Eliminar Comentario
@@ -279,7 +298,6 @@ drag_mode: Modo Arrastrar
cancel_crop: No Cortar
original: Original
url: URL
import: Importar
file_details: Detalles de Archivo
dimensions: Dimensiones
size: Tamaño
@@ -794,11 +812,8 @@ referential_action_no_action: Evitar la eliminación
referential_action_set_null: Anular el campo {field}
referential_action_set_default: Establecer {field} a su valor predeterminado
choose_action: Elegir acción
continue: Hacer continuación
editing_role: 'Rol {role}'
creating_webhook: Creando Webhook
default: Por defecto
delete: Eliminar
delete_are_you_sure: >-
Esta acción es permanente y no puede ser revertida. ¿Realmente le gustaría proceder?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Editar Campo
item_revision: Revisión de Elemento
duplicate_field: Duplicar Campo
@@ -41,7 +61,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Sesión terminada
SESSION_EXPIRED: Sesión expirada
public: Público
public_description: Controla qué datos de la API estarán disponibles sin requerir autenticarse
not_allowed: No Permitido
directus_version: Versión de Directus
@@ -249,7 +268,7 @@ move_to_folder: Mover a Directorio
move: Mover
system: Sistema
add_field_related: Agregar Campo a Colección Relacionada
interface: Interfaz
interface_label: Interfaz
today: Hoy
yesterday: Ayer
delete_comment: Eliminar Comentario
@@ -279,7 +298,6 @@ drag_mode: Modo Arrastrar
cancel_crop: No Cortar
original: Original
url: URL
import: Importar
file_details: Detalles de Archivo
dimensions: Dimensiones
size: Tamaño
@@ -794,11 +812,8 @@ referential_action_no_action: Evitar la eliminación
referential_action_set_null: Anular el campo {field}
referential_action_set_default: Establecer {field} a su valor predeterminado
choose_action: Elegir acción
continue: Continuar
editing_role: 'Rol {role}'
creating_webhook: Creando Webhook
default: Por defecto
delete: Eliminar
delete_are_you_sure: >-
Esta acción es permanente y no puede ser revertida. ¿Realmente le gustaría proceder?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Muuda välja
item_revision: Kirje parandamine
duplicate_field: Korduv väli
@@ -41,7 +61,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Välja logitud
SESSION_EXPIRED: Sessioon aegunud
public: Avalik
public_description: Kontrollib, millised API andmed on saadaval autentimata kasutajale.
not_allowed: Ei ole lubatud
directus_version: Directuse versioon
@@ -249,7 +268,7 @@ move_to_folder: Teisalda kausta
move: Liiguta
system: Süsteem
add_field_related: Lisa väli seotud andmekogusse
interface: Kasutajaliides
interface_label: Kasutajaliides
today: Täna
yesterday: Eile
delete_comment: Kustuta Kommentaar
@@ -279,7 +298,6 @@ drag_mode: Lohistusrežiim
cancel_crop: Tühista lõikamine
original: Originaal
url: URL
import: Impordi
file_details: Faili Üksikasjad
dimensions: Mõõtmed
size: Suurus
@@ -795,11 +813,8 @@ referential_action_cascade: Kustuta {collection} kirje (kaskaadina)
referential_action_set_null: Nulli {field} väli
referential_action_set_default: Seadista {field} väljale vaikeväärtus
choose_action: Vali tegevus
continue: Continue
editing_role: '{role} roll'
creating_webhook: Loo veebikonks
default: Vaikimisi
delete: Kustuta
delete_are_you_sure: >-
See tegevus on lõplik ja seda ei saa tühistada. Kas oled kindel, et jätkame?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Muokkaa kenttää
item_revision: Kohteen versio
duplicate_field: Monista kenttä
@@ -41,7 +61,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Kirjauduttu ulos
SESSION_EXPIRED: Istunto vanheutunut
public: Julkinen
public_description: Määrittää mitä API-tietoja on saatavilla ilman autentikointia.
not_allowed: Ei sallittu
directus_version: Directus-versio
@@ -249,7 +268,7 @@ move_to_folder: Siirrä kansioon
move: Siirrä
system: Järjestelmä
add_field_related: Lisää kenttä liittyvään kokoelmaan
interface: Käyttöliittymä
interface_label: Käyttöliittymä
today: Tänään
yesterday: Eilen
delete_comment: Poista kommentti
@@ -279,7 +298,6 @@ drag_mode: Raahaustila
cancel_crop: Peruuta rajaus
original: Alkuperäinen
url: URL
import: Tuo
file_details: Tiedoston tiedot
dimensions: Mitat
size: Koko
@@ -788,11 +806,8 @@ comment: Kommentti
relational_triggers: Relatiiviset käynnistimet
referential_action_no_action: Estä poisto
choose_action: Valitse toiminto
continue: Jatka
editing_role: '{role} rooli'
creating_webhook: Luodaan webhook
default: Oletus
delete: Poista
delete_are_you_sure: >-
Tämä toiminto on pysyvä eikä sitä voi peruuttaa. Oletko varma, että haluat jatkaa?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Modifier le champ
conditions: Conditions
item_revision: Historique de l'article
@@ -51,7 +71,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Déconnecté
SESSION_EXPIRED: Votre session a expiré
public: Public
public_description: Contrôle quelles sont les données API disponibles sans authentification.
not_allowed: Non autorisé
directus_version: Version de Directus
@@ -260,7 +279,7 @@ move_to_folder: Déplacer vers le dossier
move: Déplacer
system: Système
add_field_related: Ajouter le champ à la collection associée
interface: Interface
interface_label: Interface
today: Aujourd'hui
yesterday: Hier
delete_comment: Supprimer le commentaire
@@ -290,7 +309,6 @@ drag_mode: Mode Glisser/Déposer
cancel_crop: Annuler le recadrage
original: Initial
url: URL
import: Importer
file_details: Détails du fichier
dimensions: Dimensions
size: Taille
@@ -811,13 +829,10 @@ referential_action_cascade: Supprimer l'objet {collection} (cascade)
referential_action_set_null: Vider le champ {field}
referential_action_set_default: Remettre {field} à sa valeur par défaut
choose_action: Choisir une action
continue: Continuer
continue_as: >-
{name} est actuellement authentifié. Si vous reconnaissez ce compte, cliquez sur continuer.
editing_role: 'Rôle {role}'
creating_webhook: Création du Webhook
default: Défaut
delete: Supprimer
delete_are_you_sure: >-
Cette action est permanente et ne peut pas être annulée. Êtes-vous sûr de vouloir continuer ?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: ערוך שדה
half_width: חצי עמוד
full_width: רוחב מלא
@@ -16,7 +36,6 @@ create_user: צור משתמש
create_webhook: צור Webhook
invite_users: הזמן משתמשים
invite: הזמן
public: פומבי
not_allowed: לא מורשה
directus_version: גרסת דירקטוס
node_version: Node Version

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: एडिट फील्ड
item_revision: आइटम संशोधन
duplicate_field: डुप्लिकेट फ़ील्ड
@@ -42,7 +62,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: साइंड आउट
SESSION_EXPIRED: समय बीत गया
public: पब्लिक
public_description: यह नियंत्रित करता है कि authentication के बिना कौन सा API डेटा उपलब्ध है
not_allowed: अनुमति नहीं हैं
directus_version: Directus वर्शन
@@ -217,7 +236,6 @@ fields:
translation: फ़ील्ड नाम अनुवाद
directus_roles:
name: भूमिका नाम
delete: Delete
interfaces:
presentation-links:
primary: प्राइमरी

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Mező szerkesztése
duplicate_field: Mező másolása
half_width: Fél szélesség
@@ -35,7 +55,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Kijelentkezve
SESSION_EXPIRED: A munkamenet lejárt
public: Nyilvános
public_description: API adatok hozzáférése bejelentkezés nélkül.
not_allowed: Nem engedélyezett
directus_version: Directus verzió
@@ -170,7 +189,7 @@ move_to_folder: Áthelyezés mappába
move: Áthelyezés
system: Rendszer
add_field_related: Mező hozzáadása kapcsolódó gyűjteményhez
interface: Kezelőfelület
interface_label: Kezelőfelület
today: Ma
yesterday: Tegnap
delete_comment: Hozzászólás törlése
@@ -195,7 +214,6 @@ drag_mode: Fogd és vidd mód
cancel_crop: Körbevágás megszakítása
original: Eredeti
url: URL
import: Importálás
file_details: Fájl adatok
dimensions: Méretek
size: Méret
@@ -572,10 +590,7 @@ no_fields_in_collection: 'A(z) {collection} még nem tartalmaz mezőt'
do_nothing: Ne tegyen semmit
block: Blokk
comment: Hozzászólás
continue: Tovább
creating_webhook: Webhook létrehozása
default: Alapértelmezett
delete: Törlés
delete_field_are_you_sure: >-
Biztosan törölni szeretnéd ezt a mezőt ({field})? Ha törlöd, nem lehet visszaállítani.
description: Leírás

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Edit Kolom
item_revision: Revisi Item
duplicate_field: Kolom Duplikat
@@ -41,7 +61,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Telah keluar
SESSION_EXPIRED: Sesi kadaluarsa
public: Publik
public_description: Kendalikan data API yang tersedia tanpa autentikasi.
not_allowed: Tidak Diizinkan
directus_version: Versi Directus
@@ -249,7 +268,7 @@ move_to_folder: Pindahkan ke Folder
move: Pindah
system: Sistem
add_field_related: Tambah Baris ke Koleksi Terkait
interface: Antarmuka
interface_label: Antarmuka
today: Hari Ini
yesterday: Kemarin
delete_comment: Hapus Komentar
@@ -279,7 +298,6 @@ drag_mode: Mode Tarik
cancel_crop: Batalkan Pemotongan
original: Orisinal
url: URL
import: Impor
file_details: Rincian Berkas
dimensions: Dimensi
size: Ukuran
@@ -519,9 +537,6 @@ fields:
name: Nama Peran
description: Deskripsi
comment: Komentar
continue: Lanjutkan
default: Bawaan
delete: Hapus
delete_field_are_you_sure: >-
Apakah Anda yakin Anda ingin menghapus bidang "{field}" ini? Tindakan ini tidak dapat dikembalikan.
description: Deskripsi

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Modifica campo
conditions: Condizioni
item_revision: Revisione elemento
@@ -51,7 +71,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Disconnesso
SESSION_EXPIRED: Sessione scaduta
public: Pubblico
public_description: Controlla quali dati API sono disponibili senza autenticarsi.
not_allowed: Non consentito
directus_version: Versione di Directus
@@ -260,7 +279,7 @@ move_to_folder: Sposta nella cartella
move: Sposta
system: Sistema
add_field_related: Aggiungi il campo alla raccolta correlata
interface: Interfaccia
interface_label: Interfaccia
today: Oggi
yesterday: Ieri
delete_comment: Elimina Commento
@@ -290,7 +309,6 @@ drag_mode: Modalità Di Trascinamento
cancel_crop: Annulla Ritaglio
original: Originale
url: URL
import: Importa
file_details: Dettagli File
dimensions: Dimensioni
size: Dimensione
@@ -812,13 +830,10 @@ referential_action_cascade: Elimina l'elemento in {collection} (cascata)
referential_action_set_null: Imposta il campo {field} a null
referential_action_set_default: Imposta {field} al suo valore predefinito
choose_action: Scegli azione
continue: Continua
continue_as: >-
{name} è attualmente autenticato. Se riconosci questo account, premi continua.
editing_role: '{role} Ruolo'
creating_webhook: Creazione Webhook
default: Predefinito
delete: Elimina
delete_are_you_sure: >-
Questa azione è permanente e non può essere annullata. Sei sicuro di voler procedere?
delete_field_are_you_sure: >-
@@ -873,7 +888,6 @@ template: Template
translation: Traduzione
value: Valore
view_project: Visualizza Progetto
weeks: { }
report_error: Segnala l'errore
interfaces:
presentation-links:

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: フィールドの編集
item_revision: 履歴
full_width: 最大幅
@@ -26,7 +46,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: ログアウト
SESSION_EXPIRED: セッションが期限切れです
public: 公開
not_allowed: 許可されていない
directus_version: Directus Version
os_version: OSバージョン
@@ -366,9 +385,6 @@ save_current_user_role: 現在のユーザーロールを保存
save_current_datetime: 現在の日付/時刻を保存
inline: インライン
comment: コメント
continue: 続ける
default: デフォルト
delete: 削除
delete_field_are_you_sure: >-
このフィールド:\"{field}\"を削除してよろしいですか?この操作を取り消すことはできません。
description: 説明

View File

@@ -55,7 +55,6 @@ fields:
directus_roles:
description: აღწერა
comment: კომენტარი
continue: გაგრძელება
description: აღწერა
email: ელ-ფოსტა
password: პაროლი

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: 필드 편집
item_revision: 아이템 리비전
duplicate_field: 중복 필드
@@ -32,7 +52,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: 로그아웃
SESSION_EXPIRED: 세션 만료
public: 공개
not_allowed: 허용되지 않음
validationError:
unique: 생산Key는 유일해야만 합니다.
@@ -87,7 +106,7 @@ submit: 확인
move_to_folder: 폴더로 이동
move: 이동
system: 시스템
interface: 인터페이스
interface_label: 인터페이스
today: 오늘
yesterday: 어제
delete_comment: 댓글 삭제

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Redaguoti lauką
item_revision: Elemento pakeitimai
duplicate_field: Dubliuoti lauką
@@ -48,7 +68,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Atsijungti
SESSION_EXPIRED: Sesijos laikas baigėsi
public: Vieša
public_description: Nustato kokie API duomenys yra prieinami neprisijungus.
not_allowed: Neleidžiama
directus_version: Directus versija
@@ -255,7 +274,7 @@ move_to_folder: Perkelti į aplanką
move: Perkelti
system: Sistema
add_field_related: Pridėti lauką į susijusią kolekciją
interface: Sąsaja
interface_label: Sąsaja
today: Šiandien
yesterday: Vakar
delete_comment: Ištrinti komentarą
@@ -279,7 +298,6 @@ drag_mode: Vilkimo režimas
cancel_crop: Atšaukti apkarpymą
original: Originalas
url: URL
import: Importuoti
file_details: Failo duomenys
dimensions: Matmenys
size: Dydis
@@ -724,11 +742,8 @@ save_current_datetime: Išsaugoti dabartinį datą/laiką
block: Blokas
inline: Toje pačioje eilutėje
comment: Komentaras
continue: Tęsti
editing_role: '{role} grupė'
creating_webhook: Kuriamas Webhook'ą
default: Numatytasis
delete: Pašalinti
delete_are_you_sure: >-
Šis veiksmas negali būti atšauktas. Ar tikrai norite tęsti?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Талбарыг засах
item_revision: Хяналт
duplicate_field: Талбарыг хувилах
@@ -42,7 +62,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Сайтаас гарсан
SESSION_EXPIRED: Холболтын хугацаа дууссан
public: Нийтийн
public_description: Нэвтэрч ороогүй үед API- ны ямар өгөгдөл авч болохыг удирдана.
not_allowed: Зөвшөөрөгдөөгүй
directus_version: Directus хувилбар

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Sunting halaman
item_revision: Barang semakan
duplicate_field: Halaman salinan
@@ -128,8 +148,6 @@ fields:
directus_roles:
description: Penerangan
comment: Komen
default: Lalai
delete: Padam
delete_field_are_you_sure: >-
Adakah anda pasti ingin memadam medan "{field}"? Tindakan ini tidak dapat dibatalkan.
description: Penerangan

View File

@@ -1,14 +1,43 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Veld Bewerken
conditions: Voorwaarden
item_revision: Item revisie
duplicate_field: Dupliceer Veld
half_width: Halve Breedte
full_width: Volledige breedte
group: Groep
and: En
or: Of
fill_width: Vul Breedte
field_name_translations: Veld-naam Vertalingen
enter_password_to_enable_tfa: Voer je wachtwoord in om Two-Factor Authentication te activeren
add_field: Voeg Veld Toe
role_name: Rol Naam
branch: Tak
leaf: Blad
indeterminate: Onbepaald
exclusive: Exclusief
children: Onderliggende
db_only_click_to_configure: 'Alleen in de Database: Klik om te configureren '
show_archived_items: Toon Gearchiveerde Items
edited: Waarde bewerkt
@@ -42,7 +71,7 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Uitgelogd
SESSION_EXPIRED: Sessie verlopen
public: Openbaar
public_label: Openbaar
public_description: Bepaalt welke data beschikbaar is in de API zonder in te loggen.
not_allowed: Niet toegestaan
directus_version: Directus Versie
@@ -86,6 +115,7 @@ validationError:
all_access: Alle toegang
no_access: Geen toegang
use_custom: Gebruik aangepaste
nullable: Mag NULL zijn
allow_null_value: NULL waarde toestaan
enter_value_to_replace_nulls: Voer een nieuwe waarde in om alle NULL's in dit veld te vervangen.
field_standard: Standaard
@@ -97,6 +127,7 @@ field_m2a: M2A Relatie
field_o2m: O2M Relatie
field_m2m: M2M Relatie
field_translations: Vertalingen
field_group: Veld-Groep
item_permissions: Item Permissies
field_permissions: Veld Permissies
field_validation: Veld Validatie
@@ -249,7 +280,7 @@ move_to_folder: Verplaats naar map
move: Verplaatsen
system: Systeem
add_field_related: Veld toevoegen aan gerelateerde collectie
interface: Interface
interface_label: Interface
today: Vandaag
yesterday: Gisteren
delete_comment: Reactie verwijderen
@@ -279,7 +310,7 @@ drag_mode: Sleep modus
cancel_crop: Annuleer bijsnijden
original: Origineel
url: URL
import: Importeren
import_label: Importeren
file_details: Bestand Details
dimensions: Afmetingen
size: Grootte
@@ -408,6 +439,7 @@ errors:
USER_SUSPENDED: Gebruiker geschorst
CONTAINS_NULL_VALUES: Veld bevat NULL waarden
UNKNOWN: Onverwachte fout
UNPROCESSABLE_ENTITY: Onverwerkbare entiteit
INTERNAL_SERVER_ERROR: Onverwachte fout
value_hashed: Waarde veilig opgeslagen
bookmark_name: Bladwijzer naam...
@@ -476,6 +508,10 @@ operators:
nnull: Is niet null
contains: Bevat
ncontains: Bevat niet
starts_with: Begint met
nstarts_with: Begint niet met
ends_with: Eindigt met
nends_with: Eindigt niet met
between: Is tussen
nbetween: Ligt niet tussen
empty: Is leeg
@@ -520,6 +556,7 @@ no_results_copy: Pas de zoekfilters aan om resultaten te zien.
clear_filters: Filters wissen
saves_automatically: Slaat automatisch op
role: Rol
rule: Regel
user: Gebruiker
no_presets: Geen Voorkeuren
no_presets_copy: Geen voorkeuren of bladwijzers.
@@ -545,6 +582,8 @@ source: Bron
url_placeholder: Voer een URL in...
display_text: Weergegeven tekst
display_text_placeholder: Enter weergegeven tekst...
tooltip: Tooltip
tooltip_placeholder: Voer een tooltip in...
unlimited: Onbeperkt
open_link_in: Open link in
new_tab: Nieuw tabblad
@@ -621,6 +660,7 @@ select: Selecteer...
layout: Lay-out
tree_view: Boomstructuurweergave
changes_are_permanent: Wijzigingen zijn permanent
preset_name_placeholder: Standaardwaarde...
preset_search_placeholder: Zoekterm...
editing_preset: Voorkeur aan het Wijzigen
layout_preview: Lay-out voorbeeld
@@ -690,11 +730,14 @@ fields:
display_template: Weergavesjabloon
hidden: Verborgen
singleton: Singleton
translations: Collectie-naam vertalingen
archive_app_filter: Archiveer App Filter
archive_value: Archiveer waarde
unarchive_value: Dearchiveer waarde
sort_field: Sorteerveld
accountability: Activiteit & Revisie Tracking
directus_files:
$thumbnail: Thumbnail
title: Titel
description: Beschrijving
tags: Tags
@@ -767,6 +810,11 @@ fields:
users: Gebruikers in rol
module_list: Module Navigatie
collection_list: Collectie navigatie
field_options:
directus_collections:
track_activity_revisions: Track Activiteiten & Revisies
only_track_activity: Track alleen activiteiten
do_not_track_anything: Niets tracken
no_fields_in_collection: 'Er zijn nog geen velden in "{collection}"'
do_nothing: Niets doen
generate_and_save_uuid: Genereer een UUID
@@ -776,7 +824,11 @@ save_current_datetime: Huidige datum/tijd opslaan
block: Blok
inline: Doorlopend
comment: Reactie
continue: Doorgaan
relational_triggers: Relationele triggers
referential_action_field_label_m2o: Wanneer {collection} wordt verwijderd...
referential_action_field_label_o2m: Wanneer {collection} wordt gedeselecteerd...
referential_action_no_action: Voorkom de verwijdering
referential_action_cascade: Verwijder het {collection} item (cascade)
editing_role: '{role} Rol'
creating_webhook: Webhook Aanmaken
default: Standaard

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Rediger felt
item_revision: Element revisjoner
duplicate_field: Dupliser felt
@@ -40,7 +60,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Utlogget
SESSION_EXPIRED: Økt utløpt
public: Offentlig
public_description: Kontrollerer hvilke API-data som er tilgjengelige uten å autentisere.
not_allowed: Ikke tillatt
directus_version: Directus versjon
@@ -240,7 +259,7 @@ move_to_folder: Flytt til mappe
move: Flytt
system: System
add_field_related: Legg til felt til relatert kolleksjon
interface: Grensesnitt
interface_label: Grensesnitt
today: Idag
yesterday: Igår
delete_comment: Slett kommentar
@@ -416,9 +435,6 @@ fields:
name: Rollenavn
description: Beskrivelse
comment: Kommenter
continue: Fortsett
default: Standard
delete: Slett
delete_field_are_you_sure: >-
Er du sikker på at du vil slette feltet "{field}"? Handlingen kan ikke angres..
description: Beskrivelse

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Edytuj pole
item_revision: Wersja elementu
duplicate_field: Duplikuj pole
@@ -48,7 +68,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Wylogowano
SESSION_EXPIRED: Sesja wygasła
public: Publiczny
public_description: Kontroluje dostępność danych API bez uwierzytelniania.
not_allowed: Niedozwolone
directus_version: Wersja aplikacji Directus
@@ -257,7 +276,7 @@ move_to_folder: Przenieś do folderu
move: Przenieś
system: System
add_field_related: Dodaj pole do powiązanej kolekcji
interface: Interfejs
interface_label: Interfejs
today: Dziś
yesterday: Wczoraj
delete_comment: Usuń komentarz
@@ -287,7 +306,6 @@ drag_mode: Tryb przeciągania
cancel_crop: Anuluj przycinanie
original: Oryginalny
url: Adres URL
import: Importuj
file_details: Szczegóły pliku
dimensions: Wymiary
size: Wielkość
@@ -807,13 +825,10 @@ referential_action_cascade: Usuń {collection} element (kaskada)
referential_action_set_null: Pola oznaczone jako bez wartości {field}
referential_action_set_default: Ustaw {field} na wartość domyślną
choose_action: Wybierz akcję
continue: Kontynuuj
continue_as: >-
{name} jest obecnie uwierzytelniony. Jeśli rozpoznajesz to konto, naciśnij przycisk Kontynuuj.
editing_role: 'Rola {role}'
creating_webhook: Tworzenie Webhooka
default: Domyślnie
delete: Usuń
delete_are_you_sure: >-
Ta akcja jest trwała i nie może zostać cofnięta. Czy na pewno chcesz kontynuować?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Editar campo
item_revision: Revisão do item
duplicate_field: Campo duplicado
@@ -48,7 +68,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Deslogado
SESSION_EXPIRED: Sessão expirada
public: Público
public_description: Controla quais dados da API estão disponíveis sem autenticação.
not_allowed: Não permitido
directus_version: Versão do Directus
@@ -257,7 +276,7 @@ move_to_folder: Mover para pasta
move: Mover
system: Sistema
add_field_related: Adicionar Campo à Coleção Relacionada
interface: Interface
interface_label: Interface
today: Hoje
yesterday: Ontem
delete_comment: Excluir comentário
@@ -287,7 +306,6 @@ drag_mode: Modo de arrastar
cancel_crop: Cancelar Recorte
original: Original
url: URL
import: Importar
file_details: Detalhes do Arquivo
dimensions: Dimensões
size: Tamanho
@@ -807,13 +825,10 @@ referential_action_cascade: Excluir o item {collection} (cascade)
referential_action_set_null: Anular o campo {field}
referential_action_set_default: Definir {field} para o seu valor padrão
choose_action: Escolha uma ação
continue: Continuar
continue_as: >-
{name} está autenticado. Se você reconhece esta conta, clique em continuar.
editing_role: 'Cargo {role}'
creating_webhook: Criando Webhook
default: Padrão
delete: Deletar
delete_are_you_sure: >-
Esta ação é permanente e não pode ser desfeita. Tem certeza de que deseja prosseguir?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Editar campo
conditions: Condições
item_revision: Revisão do documento
@@ -13,6 +33,11 @@ field_name_translations: Nome do campo para as traduções
enter_password_to_enable_tfa: Coloque a password para ativar a autenticação de 2 fatores
add_field: Adicionar Campo
role_name: Nome do cargo
branch: Filial
leaf: Folha
indeterminate: Indeterminado
exclusive: Exclusivo
children: Crianças
db_only_click_to_configure: 'Apenas o banco de dados: clique para configurar '
show_archived_items: Mostrar documentos arquivados
edited: Valor alterado
@@ -24,6 +49,7 @@ create_role: Criar estatuto
create_user: Criar utilizador
create_webhook: Criar webhook
invite_users: Convidar utlizadores
email_examples: "admin{'@'}exemplo.com, usuário{'@'}exemplo.com..."
invite: Convidar
email_already_invited: Este e-mail já foi convidado
emails: Emails
@@ -46,7 +72,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Sessão terminada
SESSION_EXPIRED: Sessão expirada
public: Público
public_description: Controla quais dados da API estão disponíveis sem autenticação.
not_allowed: Não permitido
directus_version: Versão do Directus
@@ -102,6 +127,7 @@ field_m2a: Relação Muitos para Alguns
field_o2m: Relação Um para Muitos
field_m2m: Relação Muitos para Muitos
field_translations: Traduções
field_group: Grupo de Campos
item_permissions: Permissões do documento
field_permissions: Permisões do campo
field_validation: Validação do Campo
@@ -254,7 +280,7 @@ move_to_folder: Mover para pasta
move: Mover
system: Sistema
add_field_related: Adicionar Campo à Coleção Relacionada
interface: Interface
interface_label: Interface
today: Hoje
yesterday: Ontem
delete_comment: Remover comentário
@@ -284,7 +310,6 @@ drag_mode: Modo de Arrasto
cancel_crop: Cancelar Recorte
original: Original
url: URL
import: Importar
file_details: Detalhes do ficheiro
dimensions: Dimensões
size: Tamanho
@@ -304,12 +329,30 @@ upload_from_device: Carregar ficheiro a partir do dispositivo
choose_from_library: Escolher Ficheiro da Biblioteca
import_from_url: Importar ficheiro a partir do URL
replace_from_device: Substituir Ficheiro do Dispositivo
replace_from_library: Substituir Ficheiro da Biblioteca
replace_from_url: Substituir Ficheiro de URL
no_file_selected: Nenhum ficheiro selecionado
download_file: Descarregar Ficheiro
collection_key: Chave da coleção
name: Nome
primary_key_field: Campo de chave primária
type: Tipo
creating_new_collection: Criar uma nova coleção
created_by: Criado por
created_on: Criada em
creating_collection_info: Nome da coleção e configuração é unico "chave" do campo...
creating_collection_system: Ativar e renomear qualquer um desses campos opcionais.
auto_increment_integer: Inteiro auto-incrementado
generated_uuid: UUID gerado
manual_string: String inserida manualmente
save_and_create_new: Guardar e criar novo
save_and_stay: Guardar e permanecer
save_as_copy: Guardar como cópia
add_existing: Adicionar existente
creating_items: Criando Itens
enable_create_button: Ativar o botão Criar
selecting_items: Selecionar itens
enable_select_button: Ativar o botão Selecionar
comments: Comentários
no_comments: Ainda não há comentários
click_to_expand: Clique para expandir
@@ -324,6 +367,7 @@ interface_not_found: 'Interface "{interface}" não encontrada.'
reset_interface: Restaurar interface
display_not_found: 'Visualização "{display}" não encontrado.'
reset_display: Restaurar visualização
list-m2a: Construtor (M2A)
item_count: 'Não existem documentos | Um documento | {count} documentos'
no_items_copy: Aind não existem documentos nesta coleção.
file_count: 'Nenhum ficheiro | Um ficheiro | {count} ficheiros'
@@ -358,7 +402,29 @@ charset: Codificação
second: Segundo
file_moved: Ficheiro movido
collection_created: Coleção criada
modified_on: Modificado em
card_size: Tamanho do cartão
sort_field: Campo de ordenação
add_sort_field: Adicionar Campo de Ordenação
sort: Ordenar
status: Estado
remove: Remover
toggle_manual_sorting: Alternar classificação manual
bookmark_doesnt_exist: Marcador Não Existe
bookmark_doesnt_exist_copy: O marcador que você está tentando abrir não pôde ser encontrado.
bookmark_doesnt_exist_cta: Voltar à coleção
select_an_item: Selecione um item...
edit: Editar
enabled: Activo
disable_tfa: Desactivar 2FA
tfa_scan_code: Digitalize o código no seu aplicativo de autenticação para terminar de configurar o 2FA
enter_otp_to_disable_tfa: Digite o OTP para desativar a 2FA
create_account: Criar Conta
account_created_successfully: Conta criada com sucesso
auto_fill: Preenchimento automático
corresponding_field: Campo correspondente
errors:
COLLECTION_NOT_FOUND: "A coleção não existe"
FIELD_NOT_FOUND: Campo não encontrado
FORBIDDEN: Proibido
INVALID_CREDENTIALS: Nome do utilizador ou palavra-passe inválidos
@@ -389,18 +455,115 @@ show_hidden_collections: Mostrar coleções ocultas
hide_hidden_collections: Esconder coleções ocultas
unmanaged_collections: Coleções não configuradas
system_collections: Coleções do sistema
operators:
nstarts_with: Não começa com
ends_with: Termina com
nends_with: Não termina com
between: Está entre
nbetween: Não está entre
empty: Está vazio
nempty: Não está vazio
all: Contém estas chaves
has: Contém algumas destas chaves
loading: A carregar...
drop_to_upload: Solta para carregar
item: Item
items: Items
upload_file: Carregar Ficheiro
upload_file_indeterminate: A enviar Ficheiro...
upload_file_success: Ficheiro enviado
upload_files_indeterminate: 'A enviar ficheiros {done}/{total}'
upload_files_success: '{count} Ficheiros Enviados'
upload_pending: Envio pendente
drag_file_here: Arraste e solte um ficheiro aqui
click_to_browse: Clique para navegar
layout_options: Opções de layout
rows: Linhas
columns: Colunas
collection_setup: Configuração da coleção
optional_system_fields: Campos de Sistema Opcionais
value_unique: O valor tem de ser único
all_activity: Toda a atividade
create_item: Criar item
display_template: Templates de Exibição
language_display_template: Modelo de Exibição do Idioma
translations_display_template: Modelo de exibição de traduções
n_items_selected: 'Não há itens selecionados |1 item selecionado, {n} itens selecionados'
per_page: Por página
all_files: Todos os ficheiros
my_files: Meus ficheiros
recent_files: Ficheiros recentes
create_folder: Criar pasta
folder_name: Nome da pasta...
add_file: Adicionar ficheiro
replace_file: Substituir ficheiro
no_results: Nenhum resultado
no_results_copy: Ajustar ou limpar filtros de pesquisa para ver resultados.
clear_filters: Limpar filtros
saves_automatically: Guardar automaticamente
role: Perfil
rule: Regra
user: Utilizador
no_presets: Sem predefinições
no_presets_copy: Nenhuma predefinição ou marcador foi guardado ainda.
no_presets_cta: Adicionar predefinição
wysiwyg_options:
forecolor: Cor principal
backcolor: Cor de Fundo
h3: Título 3
h4: Título 4
h5: Título 5
h6: Título 6
fontselect: Selecionar fonte
fontsizeselect: Selecionar Tamanho da Fonte
undo: Reverter
redo: Refazer
remove: Remover
removeformat: Remover Formato
selectall: Selecionar Tudo
table: Tabela
visualaid: Ver elementos invisíveis
source_code: Editar o código-fonte
fullscreen: Ecrã completo
directionality: Direcionalidade
choices: Opções
choices_option_configured_incorrectly: Opções configuradas incorretamente
deselect: Desselecionar
deselect_all: Desselecionar tudo
other: Outros...
adding_user: Adicionando utilizador
unknown_user: Utilizador desconhecido
creating_in: 'Criando item em {collection}'
editing_in: 'Editando item em {collection}'
creating_unit: 'Criando {unit}'
editing_unit: 'Editando {unit}'
editing_in_batch: 'Editando Lote {count} Itens'
no_options_available: Nenhuma opção disponível
settings_data_model: Modelo de dados
settings_permissions: Perfis & Permissões
settings_project: Definições do projeto
settings_webhooks: Webhooks
settings_presets: Predefinições & Marcadores
one_or_more_options_are_missing: Uma ou mais opções estão em falta
select: Selecionar...
changes_are_permanent: As alterações são permanentes
preset_name_placeholder: Serve como padrão quando vazio...
editing_preset: Editando predefinição
layout_preview: Pré-visualização do Layout
layout_setup: Configuração de Layout
unsaved_changes: Alterações por guardar
unsaved_changes_copy: Tem certeza que deseja sair desta página?
discard_changes: Cancelar alterações
keep_editing: Continuar a editar
page_help_collections_overview: '**Visão geral das coleções** — Lista de todas as coleções que você tem acesso.'
page_help_collections_collection: >-
**Navegando em itens** — Lista todos os {collection} itens que você tem acesso. Personalize o layout, os filtros e a ordenação para personalizar a sua vista e até mesmo salve marcadores dessas diferentes configurações para acesso rápido.
page_help_collections_item: >-
**Detalhes do Item** — Um formulário para visualizar e gerenciar este item. Esta barra lateral também contém um histórico completo de revisões e comentários incorporados.
page_help_activity_collection: >-
**Atividade** — Uma listagem abrangente do sistema de todos os seus usuários e atividade de conteúdo.
page_help_docs_global: >-
**Visão geral de documentação** — Documentação feita especificamente para versão e esquema deste projeto.
add_new: Adicionar novo
all: Todos
batch_delete_confirm: >-
@@ -420,11 +583,14 @@ fields:
directus_collections:
collection: Coleção
note: Nota
display_template: Templates de Exibição
sort_field: Campo de ordenação
directus_files:
title: Título
description: Descrição
tags: Etiquetas
location: Localização
modified_on: Modificado em
created_on: Criada em
created_by: Criado por
folder: Pasta
@@ -436,16 +602,60 @@ fields:
description: Descrição
tags: Etiquetas
language: Idioma
theme: Tema
tfa_secret: Autenticação em dois passos
status: Estado
role: Perfil
token: Token
last_page: Última página
last_access: Último Acesso
directus_settings:
project_name: Nome do projeto
project_url: URL do projeto
project_color: Cor do Projeto
project_logo: Logótipo do projeto
public_background: Fundo Público
public_note: Nota Pública
custom_css: CSS Personalizado
directus_fields:
collection: Nome da coleção
icon: Ícone da coleção
note: Nota
translation: Nome do campo para as traduções
directus_roles:
name: Nome do cargo
description: Descrição
app_access: Acesso da aplicação
admin_access: Acesso de administrador
ip_access: Acesso IP
enforce_tfa: Exigir 2FA
users: Utilizadores na função
module_list: Navegação do Modulo
collection_list: Navegação da coleção
field_options:
directus_collections:
track_activity_revisions: Rastrear Atividades e Revisões
only_track_activity: Apenas rastrear Atividade
do_not_track_anything: Não rastrear nada
no_fields_in_collection: 'Ainda não há nenhum campo em "{collection}"'
do_nothing: Não fazer nada
generate_and_save_uuid: Gerar e guardar UUID
save_current_user_id: Salvar ID de usuário atual
save_current_user_role: Salvar a função de usuário atual
save_current_datetime: Guardar data/hora atual
block: Bloquear
inline: Em linha
comment: Comentário
continue: Continuar
relational_triggers: Gatilhos Relacionais
referential_action_field_label_m2o: Ao Eliminar de {collection}...
referential_action_field_label_o2m: Ao desseleccionar de {collection}...
referential_action_no_action: Prevenir que elimine
referential_action_cascade: Eliminar o {collection} item (cascade)
referential_action_set_default: Definir {field} para o seu valor padrão
choose_action: Escolher ação
continue_as: >-
{name} está autenticado no momento. Se você reconhecer esta conta, pressione continuar.
creating_webhook: Criando Webhook
description: Descrição
interfaces:
presentation-links:
@@ -453,6 +663,7 @@ interfaces:
system-collection:
collection: Coleção
system-display-template:
display-template: Templates de Exibição
collection_field_not_setup: A opção do campo da coleção não está configurada corretamente
select_a_collection: Selecione uma coleção
select-dropdown:
@@ -463,10 +674,18 @@ interfaces:
hash: Hash
system-interface:
interface: Interface
select-dropdown-m2o:
display_template: Templates de Exibição
system-folder:
folder: Pasta
tags:
tags: Etiquetas
boolean:
label_default: Activo
translations:
display_template: Templates de Exibição
user:
user: Utilizador
displays:
boolean:
boolean: Boleano
@@ -477,6 +696,8 @@ displays:
labels:
choices_value_placeholder: Insira um valor...
user:
user: Utilizador
name: Nome
both: Ambos
layouts:
cards:

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Editează câmp
item_revision: Revizuire element
duplicate_field: Duplicare câmp
@@ -35,7 +55,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Deconectat
SESSION_EXPIRED: Sesiunea a expirat
public: Public
public_description: Controlează ce date API sunt disponibile fără autentificare.
not_allowed: Nu este permis
directus_version: Versiune Directus
@@ -142,9 +161,6 @@ fields:
name: Nume de rol
description: Descriere
comment: Comentariu
continue: Continuă
default: Implicit
delete: Ştergeţi
delete_field_are_you_sure: >-
Sunteţi sigur că doriţi să ştergeţi câmpul "{field}"? Această acţiune nu poate fi modificată ulterior.
description: Descriere

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Редактировать поле
item_revision: Версия Элемента
duplicate_field: Дубликат Поля
@@ -44,7 +64,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Вы вышли
SESSION_EXPIRED: Сессия истекла
public: Публичный
public_description: Управляет какие данные доступны по API без аутентификации.
not_allowed: Не Разрешено
directus_version: Версия Directus
@@ -248,7 +267,7 @@ move_to_folder: Переместить в папку
move: Переместить
system: Система
add_field_related: Добавить поле в Связанную Коллекцию
interface: Интерфейс
interface_label: Интерфейс
today: Сегодня
yesterday: Вчера
delete_comment: Удалить комментарий
@@ -278,7 +297,6 @@ drag_mode: Режим Перетаскивания
cancel_crop: Отменить Обрезку
original: Исходный
url: URL
import: Импорт
file_details: Информация о Файле
dimensions: Размеры
size: Размер
@@ -787,11 +805,8 @@ referential_action_no_action: Предотвратить удаление
referential_action_set_null: Обнулить поле {field}
referential_action_set_default: Установить полю {field} значение по умолчанию
choose_action: Выбрать действие
continue: Продолжить
editing_role: '{role} Роль'
creating_webhook: Создание Веб-хука
default: По умолчанию
delete: Удалить
delete_are_you_sure: >-
Это действие является необратимым и не может быть отменено. Вы уверены, что хотите продолжить?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Uredi polje
conditions: Pogoji
item_revision: Revizija postavke
@@ -51,7 +71,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Izpisani
SESSION_EXPIRED: Seja je potekla
public: Javno
public_description: Nadzoruje, kateri podatki API so na voljo brez avtentikacije.
not_allowed: Ni dovoljeno
directus_version: Directus verzija
@@ -260,7 +279,7 @@ move_to_folder: Premakni v mapo
move: Premakni
system: Sistem
add_field_related: Dodaj polje v povezano zbirko
interface: Vmesnik
interface_label: Vmesnik
today: Danes
yesterday: Včeraj
delete_comment: Izbriši komentar
@@ -290,7 +309,6 @@ drag_mode: Vlečni način
cancel_crop: Prekini obrezovanje
original: Izvirnik
url: URL
import: Uvozi
file_details: Podatki o datoteki
dimensions: Mere
size: Velikost

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Izmijeni
item_revision: Revizija stavke
duplicate_field: Dupliraj
@@ -42,7 +62,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Odjavljen
SESSION_EXPIRED: Sesija je istekla
public: Javno
public_description: Kontroliše koji podaci sa API su dostupni bez potrebe za provjerom autentičnosti korisnika.
not_allowed: Nije dozvoljeno
directus_version: Directus verzija
@@ -250,7 +269,7 @@ move_to_folder: Prebaci u fasciklu
move: Premjesti
system: Sistem
add_field_related: Dodaj Polje u Povezanu Kolekciju
interface: Interfejs
interface_label: Interfejs
today: Danas
yesterday: Juče
delete_comment: Obriši komentar
@@ -280,7 +299,6 @@ drag_mode: Režim Prevlačenja
cancel_crop: Poništi Isjecanje
original: Originalno
url: URL adresa
import: Uvezi
file_details: Detalji Fajla
dimensions: Dimenzije
size: Veličina
@@ -796,11 +814,8 @@ referential_action_cascade: Obriši {collection} stavku (kaskadno)
referential_action_set_null: Poništi vrijednost {field} polja
referential_action_set_default: Postavi {field} na njegovu podrazumijevanu vrijednost
choose_action: Izaberi Radnju
continue: Nastavi
editing_role: '{role} Uloga'
creating_webhook: Kreiranje Webhook-a
default: Podrazumijevano
delete: Obriši
delete_are_you_sure: >-
Ova akcija je trajna i ne može biti poništena. Da li ste sigurni da želite da nastavite?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Уреди поља
item_revision: Ревизија итема
duplicate_field: Дуплирај поље
@@ -8,7 +28,6 @@ fill_width: Попуни ширину
required: Захтјева се
create_role: Креирајте улогу
emails: Е-мејлови
public: Јавно
not_allowed: Није дозвољено
directus_version: Верзија Директуса
node_version: Верзија нода
@@ -118,9 +137,6 @@ fields:
directus_roles:
description: Опис
comment: Коментар
continue: Настави
default: Подразумевано
delete: Обриши
description: Опис
done: Завршено
email: Имејл

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Redigera fält
item_revision: Revision objekt
duplicate_field: Duplicera fält
@@ -41,7 +61,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Utloggad
SESSION_EXPIRED: Sessionen har upphört
public: Publik
public_description: Kontrollerar vilken data som är tillgängliga via APIet utan autentisering.
not_allowed: Inte tillåtet
directus_version: Directus Version
@@ -243,7 +262,7 @@ move_to_folder: Flytta till mapp
move: Flytta
system: System
add_field_related: Lägg till fält i relaterad kollektion
interface: Gränssnitt
interface_label: Gränssnitt
today: Idag
yesterday: Igår
delete_comment: Ta bort kommentar
@@ -273,7 +292,6 @@ drag_mode: Dra läge
cancel_crop: Avbryt beskärning
original: Ursprunglig
url: URL
import: Importera
file_details: Fildetaljer
dimensions: Dimensioner
size: Storlek
@@ -759,11 +777,8 @@ save_current_datetime: Spara aktuellt datum/tid
block: Blockera
inline: Infogad
comment: Kommentera
continue: Fortsätt
editing_role: '{role} roll'
creating_webhook: Skapar Webhook
default: Standard
delete: Radera
delete_are_you_sure: >-
Denna åtgärd är permanent och kan inte ångras. Är du säker på att du vill fortsätta?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: แก้ไขฟิลด์
item_revision: ประวัติรายการ
duplicate_field: สำเนาฟิลด์
@@ -42,7 +62,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: ออกจากระบบ
SESSION_EXPIRED: เซสชั่นหมดอายุแล้ว
public: สาธารณะ
public_description: สามารถเข้าถึง API เหล่านี้ได้โดยไม่ต้องยืนยันตัวตน
not_allowed: ไม่อนุญาต
directus_version: เวอร์ชั่น Directus
@@ -250,7 +269,7 @@ move_to_folder: ย้ายไปยังโฟลเดอร์
move: ย้าย
system: ระบบ
add_field_related: เพิ่มฟิลด์ไปยังคอลเลกชันที่เกี่ยวข้อง
interface: อินเทอร์เฟซ
interface_label: อินเทอร์เฟซ
today: วันนี้
yesterday: เมื่อวาน
delete_comment: ลบความคิดเห็น
@@ -280,7 +299,6 @@ drag_mode: โหลดคลิ๊กแล้วลาก
cancel_crop: ยกเลิกการครอบตัด
original: ต้นฉบับ
url: URL
import: นำ​เข้า
file_details: รายละเอียดไฟล์
dimensions: ขนาด
size: ขนาด
@@ -796,11 +814,8 @@ referential_action_cascade: ลบ {collection} รายการ (เรีย
referential_action_set_null: "ทำให้ฟิลด์ {field} เป็นโมฆะ\n"
referential_action_set_default: ตั้งค่า {field} เป็นค่าเริ่มต้น
choose_action: เลือกการกระทำ
continue: ทำต่อ
editing_role: 'บทบาท {role}'
creating_webhook: สร้าง webhook
default: ค่าเริ่มต้น
delete: ลบ
delete_are_you_sure: >-
การกระทำนี้ถาวร และไม่สามรถย้อนกลับได้ คุณยังต้องการจะทำต่อหรือไม่?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Alanı Düzenle
item_revision: Revizyonları Göster
duplicate_field: Yinelenen Alan
@@ -41,7 +61,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Oturum kapatıldı
SESSION_EXPIRED: Oturumun süresi doldu
public: Herkese Açık
public_description: Kimlik doğrulaması olmadan hangi API verilerinin kullanılabileceğini kontrol eder.
not_allowed: İzin Verilmedi
directus_version: Directus Versiyon
@@ -249,7 +268,7 @@ move_to_folder: Klasöre Taşı
move: Taşı
system: Sistem
add_field_related: Alakalı Koleksiyona Alan Ekle
interface: Arayüz
interface_label: Arayüz
today: Bugün
yesterday: Dün
delete_comment: Yorumu sil
@@ -279,7 +298,6 @@ drag_mode: Sürükleme Modu
cancel_crop: Kırpmayı İptal Et
original: Orijinal
url: URL
import: İçe aktar
file_details: Dosya Ayrıntıları
dimensions: Boyutlar
size: Boyut
@@ -611,11 +629,8 @@ fields:
do_nothing: Hiçbir Şey Yapma
block: Blok
comment: Yorum
continue: Devam
editing_role: '{role} Rolü'
creating_webhook: Webhook Oluştur
default: Öntanımlı
delete: Sil
delete_field_are_you_sure: >-
"{field}" alanını silmek istediğinize emin misiniz? Bu işlem geri alınamaz.
description: ıklama

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Редагувати поле
duplicate_field: Дублювати поле
full_width: Повна ширина
@@ -13,7 +33,6 @@ delete_bookmark: Видалити закладку
logoutReason:
SIGN_OUT: Виконано вихід
SESSION_EXPIRED: Час сеансу минув
public: Публічний
directus_version: Версія Directus
node_version: Версія Node
node_uptime: Час роботи Node
@@ -203,9 +222,6 @@ fields:
name: Назва ролі
description: Опис
comment: Коментар
continue: Далі
default: За замовчуванням
delete: Видалити
delete_field_are_you_sure: >-
Ви впевнені, що хочете видалити поле "{field}"? Цю дію не можливо скасувати.
description: Опис

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: Sửa trường
item_revision: Xem Phiên bản
duplicate_field: Nhân bản Trường
@@ -41,7 +61,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: Đăng xuất
SESSION_EXPIRED: Phiên làm việc đã Hết hạn
public: Công cộng
public_description: Kiểm soát dữ liệu API nào có thể truy cập mà không cần đăng nhập.
not_allowed: Không Cho Phép
directus_version: Phiên bản hệ thống
@@ -194,7 +213,7 @@ submit: Gửi đi
move: Di Chuyển
system: Hệ thống
add_field_related: Thêm Trường vào Danh Mục Liên Quan
interface: Giao diện
interface_label: Giao diện
today: Hôm nay
yesterday: Hôm qua
delete_comment: Xóa Bình luận
@@ -530,9 +549,6 @@ fields:
name: Tên Quyền
description: Mô tả
comment: Bình luận
continue: Tiếp tục
default: Mặc định
delete: Xóa
delete_field_are_you_sure: >-
Bạn có chắc chắn muốn xóa trường "{field}"? Dữ liệu đã xóa sẽ không thể phục hồi lại được.
description: Mô tả

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: 编辑字段
item_revision: 项目修订
duplicate_field: 复制字段
@@ -48,7 +68,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: 注销
SESSION_EXPIRED: 会话过期
public: 公共
public_description: 控制哪些API数据没有认证时可用
not_allowed: 不允许
directus_version: Directus 版本
@@ -257,7 +276,7 @@ move_to_folder: 移动到文件夹
move: 移动
system: 系统
add_field_related: 将字段添加到关联集合
interface: 接口
interface_label: 接口
today: 今天
yesterday: 昨天
delete_comment: 删除评论
@@ -287,7 +306,6 @@ drag_mode: 拖动模式
cancel_crop: 取消裁剪。
original: 原始
url: URl
import: Import
file_details: 文件信息
dimensions: 尺寸
size: 大小
@@ -807,13 +825,10 @@ referential_action_cascade: 删除 {collection} 项 (分类)
referential_action_set_null: 伪装 {field} 字段
referential_action_set_default: 设置 {field} 为默认值
choose_action: 选择操作
continue: 继续
continue_as: >-
{name} 目前已被身份验证。如果您确认此帐户,请按继续。
editing_role: '{role} 角色'
creating_webhook: 正在创建 Webhook
default: 默认
delete: 删除
delete_are_you_sure: >-
此操作是永久性的,无法撤销。您确定要继续吗?
delete_field_are_you_sure: >-

View File

@@ -1,4 +1,24 @@
---
## Be aware:
#Due to the way this is imported, JavaScript reserved words, including "delete", "private",
#"void", etc are stripped out. See
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/pluginutils/src/makeLegalIdentifier.ts#L4
#and
#https://github.com/rollup/plugins/blob/8748b8cd3bbab3c5ac6190556930219f19060e63/packages/yaml/src/index.js#L45
#Illegal words:
#'break', 'case', 'class', 'catch', 'const', 'continue', 'debugger', 'default', 'delete', 'do',
#'else', 'export', 'extends', 'finally', 'for', 'function', 'if', 'import', 'in', 'instanceof',
#'let', 'new', 'return', 'super', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void',
#'while', 'with', 'yield', 'enum', 'await', 'implements', 'package', 'protected', 'static',
#'interface', 'private', 'public', 'arguments', 'Infinity', 'NaN', 'undefined', 'null', 'true',
#'false', 'eval', 'uneval', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
#'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'escape', 'unescape', 'Object',
#'Function', 'Boolean', 'Symbol', 'Error', 'EvalError', 'InternalError', 'RangeError',
#'ReferenceError', 'SyntaxError', 'TypeError', 'URIError', 'Number', 'Math', 'Date', 'String',
#'RegExp', 'Array', 'Int8Array', 'Uint8Array', 'Uint8ClampedArray', 'Int16Array', 'Uint16Array',
#'Int32Array', 'Uint32Array', 'Float32Array', 'Float64Array', 'Map', 'Set', 'WeakMap', 'WeakSet',
#'SIMD', 'ArrayBuffer', 'DataView', 'JSON', 'Promise', 'Generator', 'GeneratorFunction', 'Reflect',
#'Proxy', 'Intl'
edit_field: 編輯欄位
item_revision: 項目修改
duplicate_field: 複製欄位
@@ -37,7 +57,6 @@ delete_bookmark_copy: >-
logoutReason:
SIGN_OUT: 已登出
SESSION_EXPIRED: 工作階段已逾時
public: 公開
public_description: 在沒有身分驗證的情況下控制這些可用的API數據。
not_allowed: 不允许
directus_version: Directus 版本
@@ -180,7 +199,7 @@ move_to_folder: 移動到資料夾
move: 移動
system: 系統
add_field_related: 新增欄位到關聯集合
interface: 介面
interface_label: 介面
today: 今天
yesterday: 昨天
delete_comment: 刪除註解
@@ -202,7 +221,6 @@ months:
cancel_crop: 取消裁切
original: 原始
url: URL
import: 匯入
file_details: 檔案詳細資訊
dimensions: 尺寸
size: 尺寸
@@ -529,11 +547,8 @@ save_current_user_id: 儲存當前使用者 ID
save_current_user_role: 儲存當前使用者角色
save_current_datetime: 儲存當前日期/時間
comment: 評論
continue: 繼續
editing_role: '{role} 角色'
creating_webhook: 建立 Webhook
default: 預設
delete: 刪除
delete_are_you_sure: >-
此操作是永久性的,無法撤銷。是否確實要繼續?
delete_field_are_you_sure: >-