mirror of
https://github.com/directus/directus.git
synced 2026-02-03 17:05:09 -05:00
New translations en-US.yaml (Czech) (#10314)
This commit is contained in:
@@ -1,6 +1,30 @@
|
||||
---
|
||||
## 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'
|
||||
identifier: Identifikátor
|
||||
avatar: Avatar
|
||||
default_provider: Výchozí
|
||||
published: Zveřejněno
|
||||
draft: Návrh
|
||||
archived: Archivováno
|
||||
modules: Moduly
|
||||
module_bar: Panel modulů
|
||||
tile_size: Velikost dlaždice
|
||||
@@ -27,6 +51,7 @@ indeterminate: Neurčitý
|
||||
edit_collection: Upravit kolekci
|
||||
exclusive: Exkluzivní
|
||||
children: Potomci
|
||||
db_only_click_to_configure: 'Pouze databáze: Klikněte pro nastavení'
|
||||
show_archived_items: Zobrazit archivované položky
|
||||
edited: Hodnota upravena
|
||||
required: Povinné
|
||||
@@ -41,6 +66,8 @@ create_webhook: Vytvořit webhook
|
||||
invite_users: Pozvat uživatele
|
||||
invite: Pozvat
|
||||
email_already_invited: E-mail "{email}" již byl pozván
|
||||
subject: Předmět
|
||||
inbox: Doručené
|
||||
emails: E-mail
|
||||
connection_excellent: Vynikající připojení
|
||||
connection_good: Dobré připojení
|
||||
|
||||
Reference in New Issue
Block a user