New Crowdin updates (#10705)

* Update source file en-US.yaml

* New translations en-US.yaml (French)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Faroese)

* New translations en-US.yaml (English, United Kingdom)

* New translations en-US.yaml (English, United Kingdom)

* Update source file en-US.yaml

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Hindi)

* New translations en-US.yaml (Faroese)

* New translations en-US.yaml (Faroese)

* New translations en-US.yaml (Faroese)

* New translations en-US.yaml (Faroese)

* New translations en-US.yaml (Faroese)

* New translations en-US.yaml (Faroese)

* New translations en-US.yaml (Afrikaans)

* New translations en-US.yaml (Afrikaans)
This commit is contained in:
Rijk van Zanten
2021-12-27 23:01:22 -05:00
committed by GitHub
parent 69dadb7f98
commit 71aaa991be
7 changed files with 167 additions and 2 deletions

View File

@@ -24,6 +24,13 @@ avatar: Profiel prentjie
default_provider: Verstek
published: Gepubliseer
draft: Draft
archived: Geargiveer
modules: Modules
module_bar: Modulebalk
tile_size: Teëlgrootte
edit_field: Wysig veld
conditions: Voorwaardes
maps: Kaarte
and: En
or: Of
create_role: Skep Rol
@@ -106,6 +113,8 @@ fields:
tfa_secret: Twee-Faktor Verifikasie
status: Status
role: Rol
directus_settings:
module_bar: Modulebalk
directus_fields:
display_template: Modelvorm
directus_roles:

View File

@@ -1217,7 +1217,6 @@ translation: Превод
translation_placeholder: Въвеждане на превода...
value: Стойност
view_project: Преглед на проекта
weeks: { }
report_error: Докладване на грешка
start: Начало
interfaces:

View File

@@ -31,6 +31,7 @@ tile_size: Tile Size
edit_field: Edit Field
conditions: Conditions
maps: Maps
switch_user: Switch User
item_creation: Item Creation
item_revision: Item Revision
enter_a_name: Enter a Name...
@@ -768,6 +769,7 @@ adding_user: Adding User
unknown_user: Unknown User
creating_in: 'Creating Item in {collection}'
editing_in: 'Editing Item in {collection}'
viewing_in: 'Viewing Item in {collection}'
creating_unit: 'Creating {unit}'
editing_unit: 'Editing {unit}'
editing_in_batch: 'Batch Editing {count} Items'
@@ -1123,6 +1125,26 @@ start_collapsed: Start Collapsed
block: Block
inline: Inline
comment: Comment
shares: Shares
unlimited_usage: Unlimited usage
uses_left: No uses left | 1 use left | {n} uses left
no_shares: No shares to show
new_share: New Share
expired: Expired
upcoming: Upcoming
share: Share
share_item: Share Item
shared_with_you: An item has been shared with you
shared_enter_passcode: Enter your passcode to continue...
shared_times_remaining: This link can only be used {n} times
shared_last_remaining: This link can only be used once
shared_uses_left: For added security, this shared page has been configured with a limited number of views. There are currently {n} views remaining, after which, the page will no longer be accessible.
share_access_page: Access Shared Page
share_access_not_found: This shared page either does not exist or has already exceeded the maximum number of allowed uses.
share_access_not_found_desc: Please contact an authorised user of this project to request access.
share_access_not_found_title: Unknown Share Page
share_copy_link: Copy Link
share_send_link: Send Link
relational_triggers: Relational Triggers
referential_action_field_label_m2o: On Delete of {collection}...
referential_action_field_label_o2m: On Deselect of {collection}...
@@ -1174,6 +1196,7 @@ relationship: Relationship
reset: Reset
reset_password: Reset Password
revisions: Revisions
no_revisions: No Revisions Yet
revert: Revert
save: Save
schema: Schema
@@ -1325,6 +1348,7 @@ interfaces:
list-m2m:
many-to-many: Many to Many
description: Select multiple related junction items
display_template_configure_notice: You can configure the display template after creating this field.
select-dropdown-m2o:
many-to-one: Many to One
description: Select a single related item
@@ -1573,6 +1597,7 @@ displays:
related-values:
related-values: Related Values
description: Display relative values
display_template_configure_notice: You can configure the display template after creating this field.
user:
user: User
description: Display a directus user

View File

@@ -0,0 +1,107 @@
---
## 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: Eyðmerki
avatar: Vangamynd
default_provider: Standard
published: Út Givið
draft: Kladda
archived: Skjalasavna
modules: Modulir
module_bar: Modul Bjálki
tile_size: Flísa Stødd
edit_field: Rætta Teig
conditions: Treytir
maps: Kort
switch_user: Skift Brúkara
item_creation: Stovna Lut
item_revision: Endurskoða Lut
enter_a_name: Áset eitt Navn...
duplicate_field: Tvífalda Teig
half_width: Hálv Breidd
full_width: Full Breidd
group: Bólkur
and: Og
or: Ella
fill_width: Fyll Breiddina
field_name_translations: Navna Teiga Umsetingar
enter_password_to_enable_tfa: Skriva títt loyniorð fyri at virkja Tvey-Stigs Samgildi (Two-Factor Authentication)
add_field: Legg afturat Teig
role_name: Leikluts Heiti
branch: Grein
leaf: Blað
indeterminate: Óvist
edit_collection: Rætta Savn
exclusive: Serúrval
children: Børn
db_only_click_to_configure: 'Einans Dátugrunnur: Klikkja fyri at Stilla'
show_active_items: Vís Virknar Lutir
show_archived_items: Vís Skjalasavnaðir Lutir
show_all_items: Vís Allar Lutir
edited: Virði er broytt
required: Neyðugt
required_for_app_access: Neyðugt til App Atgongd
requires_value: Neyðugt virði
create_preset: Stovna Undanstilling
create_panel: Stovna Talvu
create_role: Stovna Leiklut
create_user: Stovna Brúkara
delete_panel: Strika Talvu
create_webhook: Stovna Webhook
invite_users: Bjóða Brúkarum
invite: Bjóða
email_already_invited: Telduposturin "{email}" hevur longu fingið eina innbóðing
subject: Evni
inbox: Innbakki
emails: Teldupostar
connection_excellent: Frálíkt Samband
connection_good: Gott Samband
connection_fair: Hampiligt Samband
connection_poor: Ringt Samband
primary: Primer
rename_folder: Umdoyp Faldara
delete_folder: Strika Faldara
prefix: Forskoyti
suffix: Eftirskoyti
reset_bookmark: Nullstilla Bókamerki
rename_bookmark: Umdoyp Bókamerki
update_bookmark: Rætta Bókamerki
delete_bookmark: Strika Bókamerki
delete_bookmark_copy: >-
Ert tú vissur í at tú vilt strika "{bookmark}" bókamerki? Hendan gerð kann ikki angrast.
logoutReason:
SIGN_OUT: Ritaður Út
SESSION_EXPIRED: Sambandi er Útgingið
public_label: Alment
fields:
directus_settings:
module_bar: Modul Bjálki
directus_fields:
translation: Navna Teiga Umsetingar
directus_roles:
name: Leikluts Heiti
interfaces:
presentation-links:
primary: Primer
displays:
formatted-value:
prefix: Forskoyti
suffix: Eftirskoyti

View File

@@ -1217,7 +1217,6 @@ translation: Traduction
translation_placeholder: Entrez une nouvelle traduction...
value: Valeur
view_project: Voir le projet
weeks: { }
report_error: Signaler l'erreur
start: Début
interfaces:

View File

@@ -1,4 +1,25 @@
---
## 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: पहचानकर्ता
avatar: अवतार
default_provider: Hi
published: प्रकाशित

View File

@@ -958,6 +958,8 @@ fields:
basemaps_style: Styl Mapbox
mapbox_key: Token dostępu do Mapbox
mapbox_placeholder: pk.eyJ1Ijo.....
attribution: Atrybuty
attribution_placeholder: '© Współtwórcy OpenStreetMap'
transforms_note: Nazwa metody ostrej i jej argumenty. Aby uzyskać więcej informacji, zobacz https://sharp.pixelplumbing.com/api-constructor.
additional_transforms: Dodatkowe przekształcenia
project_name: Nazwa projektu
@@ -1196,6 +1198,7 @@ relationship: Powiązanie
reset: Resetuj
reset_password: Resetuj hasło
revisions: Wersje
no_revisions: Brak rewizji
revert: Przywróć
save: Zapisz
schema: Schemat
@@ -1347,6 +1350,7 @@ interfaces:
list-m2m:
many-to-many: Wiele do wielu
description: Wybierz wiele powiązanych elementów
display_template_configure_notice: Możesz skonfigurować szablon wyświetlania po utworzeniu tego pola.
select-dropdown-m2o:
many-to-one: Wiele do jednego
description: Wybierz pojedynczy powiązany element
@@ -1591,6 +1595,7 @@ displays:
related-values:
related-values: Powiązane wartości
description: Wyświetl wartości Raw
display_template_configure_notice: Możesz skonfigurować szablon wyświetlania po utworzeniu tego pola.
user:
user: Użytkownik
description: Wyświetl użytkownika