@atlaskit/smart-card 19.1.10 → 19.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/cjs/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/cjs/i18n/cs.js +127 -5
- package/dist/cjs/i18n/da.js +126 -5
- package/dist/cjs/i18n/de.js +127 -5
- package/dist/cjs/i18n/en.js +127 -5
- package/dist/cjs/i18n/en_GB.js +127 -5
- package/dist/cjs/i18n/en_ZZ.js +127 -5
- package/dist/cjs/i18n/es.js +127 -5
- package/dist/cjs/i18n/et.js +87 -1
- package/dist/cjs/i18n/fi.js +127 -5
- package/dist/cjs/i18n/fr.js +127 -5
- package/dist/cjs/i18n/hu.js +127 -5
- package/dist/cjs/i18n/index.js +239 -0
- package/dist/cjs/i18n/is.js +77 -0
- package/dist/cjs/i18n/it.js +127 -5
- package/dist/cjs/i18n/ja.js +127 -5
- package/dist/cjs/i18n/ko.js +127 -5
- package/dist/cjs/i18n/languages.js +33 -0
- package/dist/cjs/i18n/nb.js +127 -5
- package/dist/cjs/i18n/nl.js +127 -5
- package/dist/cjs/i18n/pl.js +127 -5
- package/dist/cjs/i18n/pt_BR.js +127 -5
- package/dist/cjs/i18n/pt_PT.js +87 -1
- package/dist/cjs/i18n/ro.js +77 -0
- package/dist/cjs/i18n/ru.js +127 -5
- package/dist/cjs/i18n/sk.js +87 -1
- package/dist/cjs/i18n/sv.js +127 -5
- package/dist/cjs/i18n/th.js +127 -5
- package/dist/cjs/i18n/tr.js +127 -5
- package/dist/cjs/i18n/uk.js +127 -5
- package/dist/cjs/i18n/vi.js +127 -5
- package/dist/cjs/i18n/zh.js +127 -5
- package/dist/cjs/i18n/zh_TW.js +127 -5
- package/dist/cjs/messages.js +167 -2
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/cjs/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/cjs/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/cjs/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/cjs/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/cjs/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/cjs/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/cjs/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/cjs/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/cjs/view/FlexibleCard/utils.js +2 -2
- package/dist/cjs/view/HoverCard/index.js +3 -1
- package/dist/cjs/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/cjs/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/cjs/view/common/ModalHeader.js +1 -1
- package/dist/es2019/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/es2019/i18n/cs.js +127 -5
- package/dist/es2019/i18n/da.js +126 -5
- package/dist/es2019/i18n/de.js +127 -5
- package/dist/es2019/i18n/en.js +127 -5
- package/dist/es2019/i18n/en_GB.js +127 -5
- package/dist/es2019/i18n/en_ZZ.js +127 -5
- package/dist/es2019/i18n/es.js +127 -5
- package/dist/es2019/i18n/et.js +87 -1
- package/dist/es2019/i18n/fi.js +127 -5
- package/dist/es2019/i18n/fr.js +127 -5
- package/dist/es2019/i18n/hu.js +127 -5
- package/dist/es2019/i18n/index.js +35 -0
- package/dist/es2019/i18n/is.js +70 -0
- package/dist/es2019/i18n/it.js +127 -5
- package/dist/es2019/i18n/ja.js +127 -5
- package/dist/es2019/i18n/ko.js +127 -5
- package/dist/es2019/i18n/languages.js +26 -0
- package/dist/es2019/i18n/nb.js +127 -5
- package/dist/es2019/i18n/nl.js +127 -5
- package/dist/es2019/i18n/pl.js +127 -5
- package/dist/es2019/i18n/pt_BR.js +127 -5
- package/dist/es2019/i18n/pt_PT.js +87 -1
- package/dist/es2019/i18n/ro.js +70 -0
- package/dist/es2019/i18n/ru.js +127 -5
- package/dist/es2019/i18n/sk.js +87 -1
- package/dist/es2019/i18n/sv.js +127 -5
- package/dist/es2019/i18n/th.js +127 -5
- package/dist/es2019/i18n/tr.js +127 -5
- package/dist/es2019/i18n/uk.js +127 -5
- package/dist/es2019/i18n/vi.js +127 -5
- package/dist/es2019/i18n/zh.js +127 -5
- package/dist/es2019/i18n/zh_TW.js +127 -5
- package/dist/es2019/messages.js +167 -2
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/es2019/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/es2019/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/es2019/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/es2019/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/es2019/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/es2019/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/es2019/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/es2019/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/es2019/view/FlexibleCard/utils.js +2 -2
- package/dist/es2019/view/HoverCard/index.js +3 -1
- package/dist/es2019/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/es2019/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/es2019/view/common/ModalHeader.js +1 -1
- package/dist/esm/extractors/common/context/extractAccessContext.js +1 -1
- package/dist/esm/i18n/cs.js +127 -5
- package/dist/esm/i18n/da.js +126 -5
- package/dist/esm/i18n/de.js +127 -5
- package/dist/esm/i18n/en.js +127 -5
- package/dist/esm/i18n/en_GB.js +127 -5
- package/dist/esm/i18n/en_ZZ.js +127 -5
- package/dist/esm/i18n/es.js +127 -5
- package/dist/esm/i18n/et.js +87 -1
- package/dist/esm/i18n/fi.js +127 -5
- package/dist/esm/i18n/fr.js +127 -5
- package/dist/esm/i18n/hu.js +127 -5
- package/dist/esm/i18n/index.js +35 -0
- package/dist/esm/i18n/is.js +70 -0
- package/dist/esm/i18n/it.js +127 -5
- package/dist/esm/i18n/ja.js +127 -5
- package/dist/esm/i18n/ko.js +127 -5
- package/dist/esm/i18n/languages.js +26 -0
- package/dist/esm/i18n/nb.js +127 -5
- package/dist/esm/i18n/nl.js +127 -5
- package/dist/esm/i18n/pl.js +127 -5
- package/dist/esm/i18n/pt_BR.js +127 -5
- package/dist/esm/i18n/pt_PT.js +87 -1
- package/dist/esm/i18n/ro.js +70 -0
- package/dist/esm/i18n/ru.js +127 -5
- package/dist/esm/i18n/sk.js +87 -1
- package/dist/esm/i18n/sv.js +127 -5
- package/dist/esm/i18n/th.js +127 -5
- package/dist/esm/i18n/tr.js +127 -5
- package/dist/esm/i18n/uk.js +127 -5
- package/dist/esm/i18n/vi.js +127 -5
- package/dist/esm/i18n/zh.js +127 -5
- package/dist/esm/i18n/zh_TW.js +127 -5
- package/dist/esm/messages.js +167 -2
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/BlockCard/actions/AuthorizeAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/DownloadAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/ForbiddenAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/PreviewAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/RetryAction.js +1 -1
- package/dist/esm/view/BlockCard/actions/ViewAction.js +1 -1
- package/dist/esm/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/esm/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/esm/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/esm/view/BlockCard/views/ResolvingView.js +1 -1
- package/dist/esm/view/BlockCard/views/UnauthorizedView.js +1 -1
- package/dist/esm/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/esm/view/EmbedCard/views/UnresolvedView.js +1 -1
- package/dist/esm/view/FlexibleCard/utils.js +2 -2
- package/dist/esm/view/HoverCard/index.js +3 -1
- package/dist/esm/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/esm/view/InlineCard/ForbiddenView/index.js +1 -1
- package/dist/esm/view/InlineCard/UnauthorisedView/index.js +1 -1
- package/dist/esm/view/common/ModalHeader.js +1 -1
- package/dist/types/i18n/cs.d.ts +126 -4
- package/dist/types/i18n/da.d.ts +125 -4
- package/dist/types/i18n/de.d.ts +126 -4
- package/dist/types/i18n/en.d.ts +126 -4
- package/dist/types/i18n/en_GB.d.ts +126 -4
- package/dist/types/i18n/en_ZZ.d.ts +126 -4
- package/dist/types/i18n/es.d.ts +126 -4
- package/dist/types/i18n/et.d.ts +87 -1
- package/dist/types/i18n/fi.d.ts +126 -4
- package/dist/types/i18n/fr.d.ts +126 -4
- package/dist/types/i18n/hu.d.ts +126 -4
- package/dist/types/i18n/index.d.ts +35 -0
- package/dist/types/i18n/is.d.ts +70 -0
- package/dist/types/i18n/it.d.ts +126 -4
- package/dist/types/i18n/ja.d.ts +126 -4
- package/dist/types/i18n/ko.d.ts +126 -4
- package/dist/types/i18n/languages.d.ts +27 -0
- package/dist/types/i18n/nb.d.ts +126 -4
- package/dist/types/i18n/nl.d.ts +126 -4
- package/dist/types/i18n/pl.d.ts +126 -4
- package/dist/types/i18n/pt_BR.d.ts +126 -4
- package/dist/types/i18n/pt_PT.d.ts +87 -1
- package/dist/types/i18n/ro.d.ts +70 -0
- package/dist/types/i18n/ru.d.ts +126 -4
- package/dist/types/i18n/sk.d.ts +87 -1
- package/dist/types/i18n/sv.d.ts +126 -4
- package/dist/types/i18n/th.d.ts +126 -4
- package/dist/types/i18n/tr.d.ts +126 -4
- package/dist/types/i18n/uk.d.ts +126 -4
- package/dist/types/i18n/vi.d.ts +126 -4
- package/dist/types/i18n/zh.d.ts +126 -4
- package/dist/types/i18n/zh_TW.d.ts +126 -4
- package/dist/types/messages.d.ts +2 -1
- package/dist/types/types.d.ts +1 -1
- package/dist/types/view/EmbedCard/types.d.ts +1 -1
- package/dist/types/view/EmbedCard/views/UnresolvedView.d.ts +1 -1
- package/dist/types/view/types.d.ts +1 -1
- package/package.json +8 -9
package/dist/esm/i18n/it.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': 'Impossibile connettersi, riprova',
|
|
10
10
|
'fabric.linking.cannot_find_link': 'Impossibile trovare il link',
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': 'Connetti ad anteprima',
|
|
11
|
+
'fabric.linking.join_to_view': 'Unisciti a {context} per visualizzare questo ticket',
|
|
13
12
|
'fabric.linking.create_on': 'Creazione: {context}',
|
|
14
13
|
'fabric.linking.created_by': 'Creato da {context}',
|
|
15
14
|
'fabric.linking.delete': 'Elimina',
|
|
16
15
|
'fabric.linking.edit': 'Modifica',
|
|
17
16
|
'fabric.linking.forbidden_access': 'Accesso vietato',
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': 'Link con restrizioni, prova con un altro account',
|
|
19
18
|
'fabric.linking.modified_on': 'Aggiornamento: {context}',
|
|
20
19
|
'fabric.linking.pending_request': 'La tua richiesta di accesso è in sospeso',
|
|
21
20
|
'fabric.linking.priority_blocker': 'Bloccante',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': 'Minore',
|
|
30
29
|
'fabric.linking.priority_trivial': 'Minima',
|
|
31
30
|
'fabric.linking.priority_undefined': 'Non definita',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': "Richiedi l'accesso a {context} per visualizzare questo ticket",
|
|
33
32
|
'fabric.linking.request_denied': 'La richiesta di accesso è stata rifiutata',
|
|
34
|
-
'fabric.linking.updated_by': 'Modificato da {context}'
|
|
33
|
+
'fabric.linking.updated_by': 'Modificato da {context}',
|
|
34
|
+
'fabric.linking.accounts': 'Account',
|
|
35
|
+
'fabric.linking.actions': 'Azioni',
|
|
36
|
+
'fabric.linking.add_account': 'Aggiungi account',
|
|
37
|
+
'fabric.linking.annotate': 'Annota',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': 'Chiudi comunque',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': 'Sono presenti modifiche non salvate. Vuoi davvero uscire?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': 'Modifiche non salvate',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': 'Freccia',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': 'Sfocatura',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': 'Pennello',
|
|
44
|
+
'fabric.linking.annotate.tool.color': 'Colore',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': 'Spessore linea',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': 'Forma',
|
|
47
|
+
'fabric.linking.annotate.tool.text': 'Testo',
|
|
48
|
+
'fabric.linking.archive': 'archivia',
|
|
49
|
+
'fabric.linking.audio': 'audio',
|
|
50
|
+
'fabric.linking.cancel': 'Annulla',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': 'Impossibile effettuare l’anteprima di questo tipo di file.',
|
|
52
|
+
'fabric.linking.cant_retrieve_files': 'Errore. Non è stato possibile recuperare alcun file',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': 'Ahi, non siamo riusciti a trovare nessuna GIF',
|
|
54
|
+
'fabric.linking.change_view': 'Cambia visualizzazione',
|
|
55
|
+
'fabric.linking.check_your_network': 'Controlla la connessione di rete',
|
|
56
|
+
'fabric.linking.click_to_join': 'Unisciti a {context}',
|
|
57
|
+
'fabric.linking.click_to_join_description': 'Sei stato approvato; puoi unirti da subito a {context}.',
|
|
58
|
+
'fabric.linking.close': 'Chiudi',
|
|
59
|
+
'fabric.linking.close_and_reopen': 'Prova a chiudere e riaprire il file.',
|
|
60
|
+
'fabric.linking.connect_account_description': 'Apriremo una nuova pagina per aiutarti a collegare il tuo account {name}',
|
|
61
|
+
'fabric.linking.connect_link_account': 'Connetti ad anteprima',
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': 'Collega',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': "Per visualizzare un'anteprima di questo link, connetti il tuo account {context}.",
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': 'Connetti il tuo account {context}',
|
|
65
|
+
'fabric.linking.connect_to': 'Collegati a {name}',
|
|
66
|
+
'fabric.linking.could_not_load_editor': 'Ahi, non siamo riusciti a caricare l’editor',
|
|
67
|
+
'fabric.linking.could_not_save_image': 'Ahi, non siamo riusciti a salvare l’immagine',
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': 'Non possiamo visualizzare in anteprima file crittografati o protetti da password.',
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': 'Non siamo riusciti a generare un’anteprima per questo file.',
|
|
70
|
+
'fabric.linking.couldnt_load_file': 'Impossibile caricare il file.',
|
|
71
|
+
'fabric.linking.couldnt_load_link': 'Non è stato possibile caricare questo link per un motivo sconosciuto.',
|
|
72
|
+
'fabric.linking.creating_preview': "Creazione dell'anteprima in corso...",
|
|
73
|
+
'fabric.linking.default_avatars': 'Avatar predefiniti',
|
|
74
|
+
'fabric.linking.disable_fullscreen': 'disattiva schermo intero',
|
|
75
|
+
'fabric.linking.display_thumbnail': 'Visualizza la miniatura',
|
|
76
|
+
'fabric.linking.document': 'documento',
|
|
77
|
+
'fabric.linking.download': 'Scarica',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': 'Trascina le tue immagini qui',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': 'Trascina i file dove vuoi oppure',
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'Trascina i file e le cartelle ovunque o',
|
|
81
|
+
'fabric.linking.drop_your_files': 'Trascina i file per caricarli',
|
|
82
|
+
'fabric.linking.drop_your_files_here': 'Rilascia qui i file',
|
|
83
|
+
'fabric.linking.email': 'E-mail',
|
|
84
|
+
'fabric.linking.enable_fullscreen': 'abilita schermo intero',
|
|
85
|
+
'fabric.linking.error_429': 'Errore 429',
|
|
86
|
+
'fabric.linking.error_generating_preview': 'Errore nella creazione dell’anteprima',
|
|
87
|
+
'fabric.linking.error_hint_critical': 'Se il problema persiste contatta l’assistenza',
|
|
88
|
+
'fabric.linking.error_hint_retry': 'Riprova e faremo un altro tentativo.',
|
|
89
|
+
'fabric.linking.error_loading_file': 'Errore nel caricamento del file',
|
|
90
|
+
'fabric.linking.failed_to_load': 'Caricamento non riuscito',
|
|
91
|
+
'fabric.linking.failed_to_upload': 'Impossibile caricare',
|
|
92
|
+
'fabric.linking.forbidden_description': "Non hai accesso a questa anteprima. Contatta l'amministratore del sito se devi accedere.",
|
|
93
|
+
'fabric.linking.give_feedback': 'Lascia un feedback',
|
|
94
|
+
'fabric.linking.image': 'immagine',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': "Non è stato possibile caricare l'immagine, il formato non è valido.",
|
|
96
|
+
'fabric.linking.image_size_too_large_error': "L'immagine è troppo grande, non può essere maggiore di {MAX_SIZE_MB} Mb",
|
|
97
|
+
'fabric.linking.image_url_invalid_error': "Non è stato possibile caricare l'immagine, l'url non è valido.",
|
|
98
|
+
'fabric.linking.insert_files': '{0, plural, one {Inserisci {0} file} other {Inserisci {0} file}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': 'Link con restrizioni',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': "Per visualizzare quest'anteprima devi richiedere l'accesso o provare con un altro account.",
|
|
101
|
+
'fabric.linking.item_not_found_in_list': 'L’elemento selezionato non è stato trovato nell’elenco.',
|
|
102
|
+
'fabric.linking.learn_more': 'Scopri di più',
|
|
103
|
+
'fabric.linking.load_more_gifs': 'Carica altre GIF',
|
|
104
|
+
'fabric.linking.loading': 'Caricamento in corso...',
|
|
105
|
+
'fabric.linking.loading_file': 'Caricamento del file in corso...',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': 'Potrebbe essere un semplice contrattempo.',
|
|
107
|
+
'fabric.linking.no_gifs_found': 'Pronto? Stai davvero cercando me?',
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': 'Non sono stati trovati risultati per “{query}”',
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': 'Nessun PDF trovato per questo file.',
|
|
110
|
+
'fabric.linking.not_found_description': "Non è stato possibile trovare il link. Controlla l'URL e prova a modificarlo o a incollarlo di nuovo.",
|
|
111
|
+
'fabric.linking.not_found_title': 'Errore. Impossibile trovare questo link.',
|
|
112
|
+
'fabric.linking.or': 'o',
|
|
113
|
+
'fabric.linking.pause': 'Metti in pausa',
|
|
114
|
+
'fabric.linking.play': 'Riproduci',
|
|
115
|
+
'fabric.linking.playback_default_speed': 'Predefiniti',
|
|
116
|
+
'fabric.linking.playback_speed': 'Velocità di riproduzione',
|
|
117
|
+
'fabric.linking.preview': 'Anteprima',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': 'Anteprima attualmente non disponibile',
|
|
119
|
+
'fabric.linking.preview_unavailable': 'Anteprima non disponibile',
|
|
120
|
+
'fabric.linking.recent_uploads': 'Caricamenti recenti',
|
|
121
|
+
'fabric.linking.remove_image': 'Rimuovi immagine',
|
|
122
|
+
'fabric.linking.request_access': 'Richiedi accesso',
|
|
123
|
+
'fabric.linking.request_access_description': "Richiedi l'accesso a {context} per visualizzare questa anteprima.",
|
|
124
|
+
'fabric.linking.request_access_pending': 'Accesso in sospeso',
|
|
125
|
+
'fabric.linking.request_access_pending_description': 'La tua richiesta di accesso è in sospeso.',
|
|
126
|
+
'fabric.linking.request_denied_description': "La tua richiesta di accesso è stata rifiutata. Contatta l'amministratore del sito se devi accedere.",
|
|
127
|
+
'fabric.linking.retry': 'Riprova',
|
|
128
|
+
'fabric.linking.save': 'Salva',
|
|
129
|
+
'fabric.linking.search': 'ricerca',
|
|
130
|
+
'fabric.linking.search_all_gifs': 'Ricerca tutte le GIF!',
|
|
131
|
+
'fabric.linking.share_files_instantly': 'Li condivideremo subito',
|
|
132
|
+
'fabric.linking.skip_backward': 'Ignora 10 secondi precedenti',
|
|
133
|
+
'fabric.linking.skip_forward': 'Ignora 10 secondi successivi',
|
|
134
|
+
'fabric.linking.something_went_wrong': 'Si è verificato un errore.',
|
|
135
|
+
'fabric.linking.srclink': 'Visualizza in',
|
|
136
|
+
'fabric.linking.srclinkunknown': 'Mostra originale',
|
|
137
|
+
'fabric.linking.text': 'testo',
|
|
138
|
+
'fabric.linking.try_again': 'Riprova',
|
|
139
|
+
'fabric.linking.try_another_account': 'Prova con un altro account',
|
|
140
|
+
'fabric.linking.try_downloading_file': 'Prova a scaricare il file per visualizzarlo.',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': 'Impossibile annotare questa immagine.',
|
|
142
|
+
'fabric.linking.unknown': 'sconosciuto',
|
|
143
|
+
'fabric.linking.unlink_account': 'Scollega account',
|
|
144
|
+
'fabric.linking.upload': 'Carica',
|
|
145
|
+
'fabric.linking.upload_an_avatar': 'Carica un avatar',
|
|
146
|
+
'fabric.linking.upload_file': 'Carica un file',
|
|
147
|
+
'fabric.linking.upload_file_from': 'Carica un file da {name}',
|
|
148
|
+
'fabric.linking.upload_image': 'Carica immagine',
|
|
149
|
+
'fabric.linking.upload_photo': 'Carica una foto',
|
|
150
|
+
'fabric.linking.video': 'video',
|
|
151
|
+
'fabric.linking.view': 'Visualizza',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': 'Si stanno verificando problemi nel caricamento del tuo file.',
|
|
153
|
+
'fabric.linking.webgl_warning_description': 'Il tuo browser non supporta WebGL. Per annotare le immagini usa un browser compatibile con WebGL.',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': 'Impossibile caricare il file zip da visualizzare in anteprima',
|
|
155
|
+
'fabric.linking.zoom_in': 'ingrandisci',
|
|
156
|
+
'fabric.linking.zoom_out': 'riduci'
|
|
35
157
|
};
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': '接続できません、もう一度お試しください。',
|
|
10
10
|
'fabric.linking.cannot_find_link': 'リンクが見つかりません。',
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': '接続してプレビュー',
|
|
11
|
+
'fabric.linking.join_to_view': '{context}に参加してこの課題を見る',
|
|
13
12
|
'fabric.linking.create_on': '作成日: {context}',
|
|
14
13
|
'fabric.linking.created_by': '作成元: {context}',
|
|
15
14
|
'fabric.linking.delete': '削除',
|
|
16
15
|
'fabric.linking.edit': '編集',
|
|
17
16
|
'fabric.linking.forbidden_access': 'アクセスは禁止されています。',
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': '制限されているリンクです、別のアカウントをお試しください。',
|
|
19
18
|
'fabric.linking.modified_on': '更新日: {context}',
|
|
20
19
|
'fabric.linking.pending_request': 'アクセス リクエストは保留中です。',
|
|
21
20
|
'fabric.linking.priority_blocker': 'ブロッカー',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': '軽度',
|
|
30
29
|
'fabric.linking.priority_trivial': '軽微',
|
|
31
30
|
'fabric.linking.priority_undefined': '未定義',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': 'この課題を表示するには、{context}へのアクセスをリクエストします。',
|
|
33
32
|
'fabric.linking.request_denied': 'アクセス リクエストが拒否されました。',
|
|
34
|
-
'fabric.linking.updated_by': '変更元: {context}'
|
|
33
|
+
'fabric.linking.updated_by': '変更元: {context}',
|
|
34
|
+
'fabric.linking.accounts': 'アカウント',
|
|
35
|
+
'fabric.linking.actions': 'アクション',
|
|
36
|
+
'fabric.linking.add_account': 'アカウントを追加',
|
|
37
|
+
'fabric.linking.annotate': '注釈',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': '閉じる',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': '保存されていない変更があります。保存せずに終了しますか?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': '保存されていない変更',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': '矢印',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': 'ぼかし',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': 'ブラシ',
|
|
44
|
+
'fabric.linking.annotate.tool.color': '色',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': '線の太さ',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': '図形',
|
|
47
|
+
'fabric.linking.annotate.tool.text': 'テキスト',
|
|
48
|
+
'fabric.linking.archive': 'アーカイブ',
|
|
49
|
+
'fabric.linking.audio': '音声',
|
|
50
|
+
'fabric.linking.cancel': 'キャンセル',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': 'このファイル形式はプレビュー表示できません。',
|
|
52
|
+
'fabric.linking.cant_retrieve_files': '申し訳ありません。ファイルを取得できませんでした。',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': 'GIF を取得できませんでした',
|
|
54
|
+
'fabric.linking.change_view': 'ビューの変更',
|
|
55
|
+
'fabric.linking.check_your_network': 'ネットワーク接続を確認してください',
|
|
56
|
+
'fabric.linking.click_to_join': '{context} に参加する',
|
|
57
|
+
'fabric.linking.click_to_join_description': '承認されているため、今すぐ {context} に参加できます。',
|
|
58
|
+
'fabric.linking.close': '閉じる',
|
|
59
|
+
'fabric.linking.close_and_reopen': 'このファイルを閉じてからもう一度開いてみてください。',
|
|
60
|
+
'fabric.linking.connect_account_description': '{name} アカウントを接続するため、新しいページを開きます',
|
|
61
|
+
'fabric.linking.connect_link_account': '接続してプレビュー',
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': '接続',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': 'このリンクのプレビューを表示するには {context} アカウントを接続してください。',
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': 'ご使用の {context} アカウントを接続',
|
|
65
|
+
'fabric.linking.connect_to': '{name} に接続',
|
|
66
|
+
'fabric.linking.could_not_load_editor': 'エディターを読み込めませんでした',
|
|
67
|
+
'fabric.linking.could_not_save_image': '画像を保存できませんでした',
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': '暗号化されたファイルやパスワードで保護されたファイルはプレビューできません。',
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': 'このファイル形式はプレビュー表示できません。',
|
|
70
|
+
'fabric.linking.couldnt_load_file': 'ファイルを読み込めませんでした。',
|
|
71
|
+
'fabric.linking.couldnt_load_link': '不明な理由によって、このリンクを読み込めませんでした。',
|
|
72
|
+
'fabric.linking.creating_preview': 'プレビューを作成中...',
|
|
73
|
+
'fabric.linking.default_avatars': 'デフォルトのアバター',
|
|
74
|
+
'fabric.linking.disable_fullscreen': '全画面表示を無効化',
|
|
75
|
+
'fabric.linking.display_thumbnail': 'サムネイルを表示',
|
|
76
|
+
'fabric.linking.document': 'ドキュメント',
|
|
77
|
+
'fabric.linking.download': 'ダウンロード',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': 'ここに画像をドラッグ & ドロップ',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': 'ファイルを任意の場所にドラッグ & ドロップする、または',
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': 'ファイルとフォルダーを任意の場所または次の場所にドラッグ & ドロップ: ',
|
|
81
|
+
'fabric.linking.drop_your_files': 'アップロードするファイルをドロップ',
|
|
82
|
+
'fabric.linking.drop_your_files_here': 'ファイルをここにドロップ',
|
|
83
|
+
'fabric.linking.email': 'メール',
|
|
84
|
+
'fabric.linking.enable_fullscreen': '全画面表示を有効化',
|
|
85
|
+
'fabric.linking.error_429': 'エラー 429',
|
|
86
|
+
'fabric.linking.error_generating_preview': 'プレビューの生成中にエラーが発生しました',
|
|
87
|
+
'fabric.linking.error_hint_critical': '問題が継続して起こる場合はサポートにご連絡ください。',
|
|
88
|
+
'fabric.linking.error_hint_retry': '改めてお試しください。',
|
|
89
|
+
'fabric.linking.error_loading_file': 'ファイルの読み込み中にエラーが発生しました',
|
|
90
|
+
'fabric.linking.failed_to_load': '読み込めませんでした',
|
|
91
|
+
'fabric.linking.failed_to_upload': 'アップロードに失敗しました',
|
|
92
|
+
'fabric.linking.forbidden_description': 'このプレビューにアクセスできません。アクセスが必要な場合はサイト管理者にお問い合わせください。',
|
|
93
|
+
'fabric.linking.give_feedback': 'フィードバックを送信',
|
|
94
|
+
'fabric.linking.image': '画像',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': '画像を読み込めませんでした。フォーマットが無効です。',
|
|
96
|
+
'fabric.linking.image_size_too_large_error': '画像が大きすぎます。画像サイズは {MAX_SIZE_MB}Mb 以下である必要があります。',
|
|
97
|
+
'fabric.linking.image_url_invalid_error': '画像を読み込めませんでした。URL が無効です。',
|
|
98
|
+
'fabric.linking.insert_files': '{0, plural, other {{0} 件のファイルを挿入}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': '制限されたリンク',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': 'このプレビューを表示するには、アクセスをリクエストするか別のアカウントで試してください。',
|
|
101
|
+
'fabric.linking.item_not_found_in_list': '選択されたアイテムがリストに見つかりませんでした。',
|
|
102
|
+
'fabric.linking.learn_more': '詳細',
|
|
103
|
+
'fabric.linking.load_more_gifs': 'さらに GIF を読み込む',
|
|
104
|
+
'fabric.linking.loading': '読み込み中…',
|
|
105
|
+
'fabric.linking.loading_file': 'ファイルを読み込んでいます...',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': '一時的な障害の可能性があります。',
|
|
107
|
+
'fabric.linking.no_gifs_found': 'もしもし? お探しの画像はこちらではありませんよね?',
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': '「{query}」に一致する結果が見つかりませんでした',
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': 'このファイルの PDF アーティファクトが見つかりません。',
|
|
110
|
+
'fabric.linking.not_found_description': 'リンクが見つかりませんでした。URL を確認して編集するか、もう一度貼り付けてください。',
|
|
111
|
+
'fabric.linking.not_found_title': '申し訳ありません。リンクが見つかりません。',
|
|
112
|
+
'fabric.linking.or': 'または',
|
|
113
|
+
'fabric.linking.pause': '一時停止',
|
|
114
|
+
'fabric.linking.play': '再生',
|
|
115
|
+
'fabric.linking.playback_default_speed': '既定',
|
|
116
|
+
'fabric.linking.playback_speed': '再生速度',
|
|
117
|
+
'fabric.linking.preview': 'プレビュー',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': 'プレビューは現在使用できません',
|
|
119
|
+
'fabric.linking.preview_unavailable': 'プレビューがありません',
|
|
120
|
+
'fabric.linking.recent_uploads': '最近アップロードしたファイル',
|
|
121
|
+
'fabric.linking.remove_image': '画像を削除',
|
|
122
|
+
'fabric.linking.request_access': 'アクセスをリクエスト',
|
|
123
|
+
'fabric.linking.request_access_description': 'このプレビューを表示するための{context}へのアクセスをリクエストします。',
|
|
124
|
+
'fabric.linking.request_access_pending': 'アクセス保留中',
|
|
125
|
+
'fabric.linking.request_access_pending_description': 'アクセス リクエストは保留中です。',
|
|
126
|
+
'fabric.linking.request_denied_description': 'アクセス リクエストが拒否されました。アクセスが必要な場合はサイト管理者にお問い合わせください。',
|
|
127
|
+
'fabric.linking.retry': '再試行',
|
|
128
|
+
'fabric.linking.save': '保存',
|
|
129
|
+
'fabric.linking.search': '検索',
|
|
130
|
+
'fabric.linking.search_all_gifs': 'あらゆる GIF を検索!',
|
|
131
|
+
'fabric.linking.share_files_instantly': 'すぐに共有されます',
|
|
132
|
+
'fabric.linking.skip_backward': '10 秒戻る',
|
|
133
|
+
'fabric.linking.skip_forward': '10 秒進む',
|
|
134
|
+
'fabric.linking.something_went_wrong': '問題が発生しました。',
|
|
135
|
+
'fabric.linking.srclink': '次で表示',
|
|
136
|
+
'fabric.linking.srclinkunknown': 'リンク元を表示',
|
|
137
|
+
'fabric.linking.text': 'テキスト',
|
|
138
|
+
'fabric.linking.try_again': '再試行',
|
|
139
|
+
'fabric.linking.try_another_account': '別のアカウントでお試しください',
|
|
140
|
+
'fabric.linking.try_downloading_file': 'ファイルを表示するにはダウンロードしてください。',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': 'この画像に注釈をつけられません',
|
|
142
|
+
'fabric.linking.unknown': '不明',
|
|
143
|
+
'fabric.linking.unlink_account': 'アカウントのリンクを解除',
|
|
144
|
+
'fabric.linking.upload': 'アップロード',
|
|
145
|
+
'fabric.linking.upload_an_avatar': 'アバターをアップロード',
|
|
146
|
+
'fabric.linking.upload_file': 'ファイルをアップロード',
|
|
147
|
+
'fabric.linking.upload_file_from': '{name} からファイルをアップロード',
|
|
148
|
+
'fabric.linking.upload_image': '画像をアップロード',
|
|
149
|
+
'fabric.linking.upload_photo': '写真をアップロード',
|
|
150
|
+
'fabric.linking.video': 'ビデオ',
|
|
151
|
+
'fabric.linking.view': '表示',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': 'ファイルを読み込めません。',
|
|
153
|
+
'fabric.linking.webgl_warning_description': 'お使いのブラウザーは WebGL に対応していません。画像に注釈をつけるには WebGL 対応ブラウザーをご利用ください。',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': 'プレビューする zip ファイル アイテムを読み込めませんでした',
|
|
155
|
+
'fabric.linking.zoom_in': 'ズームイン',
|
|
156
|
+
'fabric.linking.zoom_out': 'ズームアウト'
|
|
35
157
|
};
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -8,14 +8,13 @@
|
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.linking.cannot_connect': '연결할 수 없습니다. 다시 시도하세요',
|
|
10
10
|
'fabric.linking.cannot_find_link': '링크를 찾을 수 없음',
|
|
11
|
-
'fabric.linking.
|
|
12
|
-
'fabric.linking.connect_link_account': '미리 보기에 연결',
|
|
11
|
+
'fabric.linking.join_to_view': '{context}에 참여하여 이 이슈 보기',
|
|
13
12
|
'fabric.linking.create_on': '{context}에 만듦',
|
|
14
13
|
'fabric.linking.created_by': '작성자: {context}',
|
|
15
14
|
'fabric.linking.delete': '삭제',
|
|
16
15
|
'fabric.linking.edit': '편집',
|
|
17
16
|
'fabric.linking.forbidden_access': '액세스가 금지되었습니다',
|
|
18
|
-
'fabric.linking.
|
|
17
|
+
'fabric.linking.restricted_link': '제한된 링크, 다른 계정으로 시도하세요',
|
|
19
18
|
'fabric.linking.modified_on': '{context}에 업데이트',
|
|
20
19
|
'fabric.linking.pending_request': '액세스 요청이 보류 중입니다',
|
|
21
20
|
'fabric.linking.priority_blocker': '블로커',
|
|
@@ -29,7 +28,130 @@ export default {
|
|
|
29
28
|
'fabric.linking.priority_minor': '경미함',
|
|
30
29
|
'fabric.linking.priority_trivial': '사소함',
|
|
31
30
|
'fabric.linking.priority_undefined': '정의되지 않음',
|
|
32
|
-
'fabric.linking.
|
|
31
|
+
'fabric.linking.request_access_to_view': '이 이슈를 보려면 {context}에 대한 액세스를 요청하세요',
|
|
33
32
|
'fabric.linking.request_denied': '액세스 요청이 거부되었습니다',
|
|
34
|
-
'fabric.linking.updated_by': '수정한 사용자: {context}'
|
|
33
|
+
'fabric.linking.updated_by': '수정한 사용자: {context}',
|
|
34
|
+
'fabric.linking.accounts': '계정',
|
|
35
|
+
'fabric.linking.actions': '작업',
|
|
36
|
+
'fabric.linking.add_account': '계정 추가',
|
|
37
|
+
'fabric.linking.annotate': '주석 달기',
|
|
38
|
+
'fabric.linking.annotate.confirmation.close.anyway': '그래도 닫기',
|
|
39
|
+
'fabric.linking.annotate.confirmation.content': '저장되지 않은 변경 사항이 있습니다. 나가시겠습니까?',
|
|
40
|
+
'fabric.linking.annotate.confirmation.heading': '저장되지 않은 변경 사항',
|
|
41
|
+
'fabric.linking.annotate.tool.arrow': '화살표',
|
|
42
|
+
'fabric.linking.annotate.tool.blur': '흐리게',
|
|
43
|
+
'fabric.linking.annotate.tool.brush': '브러시',
|
|
44
|
+
'fabric.linking.annotate.tool.color': '색',
|
|
45
|
+
'fabric.linking.annotate.tool.line.thickness': '선 두께',
|
|
46
|
+
'fabric.linking.annotate.tool.shape': '도형',
|
|
47
|
+
'fabric.linking.annotate.tool.text': '텍스트',
|
|
48
|
+
'fabric.linking.archive': '보관',
|
|
49
|
+
'fabric.linking.audio': '오디오',
|
|
50
|
+
'fabric.linking.cancel': '취소',
|
|
51
|
+
'fabric.linking.cant_preview_file_type': '이 파일 유형은 미리 볼 수 없습니다.',
|
|
52
|
+
'fabric.linking.cant_retrieve_files': '죄송합니다. 파일을 가져올 수 없습니다.',
|
|
53
|
+
'fabric.linking.cant_retrieve_gifs': '이런! GIF를 가져올 수 없습니다.',
|
|
54
|
+
'fabric.linking.change_view': '보기 변경',
|
|
55
|
+
'fabric.linking.check_your_network': '네트워크 연결을 확인합니다',
|
|
56
|
+
'fabric.linking.click_to_join': '{context}에 가입',
|
|
57
|
+
'fabric.linking.click_to_join_description': '승인되었으므로 바로 {context}에 가입할 수 있습니다.',
|
|
58
|
+
'fabric.linking.close': '닫기',
|
|
59
|
+
'fabric.linking.close_and_reopen': '이 파일을 닫고 다시 열어 보세요.',
|
|
60
|
+
'fabric.linking.connect_account_description': '{name} 계정을 연결할 수 있도록 새로운 페이지를 열겠습니다.',
|
|
61
|
+
'fabric.linking.connect_link_account': '미리 보기에 연결',
|
|
62
|
+
'fabric.linking.connect_link_account_card_view': '연결',
|
|
63
|
+
'fabric.linking.connect_link_account_card_view_description': '이 링크의 미리 보기를 표시하려면 {context} 계정을 연결하세요.',
|
|
64
|
+
'fabric.linking.connect_link_account_card_view_name': '{context} 계정 연결',
|
|
65
|
+
'fabric.linking.connect_to': '{name}에 연결',
|
|
66
|
+
'fabric.linking.could_not_load_editor': '이런! 편집기를 로드하지 못했습니다.',
|
|
67
|
+
'fabric.linking.could_not_save_image': '이런! 이미지를 저장하지 못했습니다',
|
|
68
|
+
'fabric.linking.couldnt_generate_encrypted_entry_preview': '암호화되었거나 비밀번호로 보호되는 파일은 미리 볼 수 없습니다.',
|
|
69
|
+
'fabric.linking.couldnt_generate_preview': '이 파일에 대한 미리보기를 생성할 수 없습니다.',
|
|
70
|
+
'fabric.linking.couldnt_load_file': '파일을 로드하지 못했습니다.',
|
|
71
|
+
'fabric.linking.couldnt_load_link': '알 수 없는 이유로 인해 이 링크를 로드할 수 없습니다.',
|
|
72
|
+
'fabric.linking.creating_preview': '미리 보기 만드는 중...',
|
|
73
|
+
'fabric.linking.default_avatars': '기본 아바타',
|
|
74
|
+
'fabric.linking.disable_fullscreen': '전체 화면 비활성화',
|
|
75
|
+
'fabric.linking.display_thumbnail': '썸네일 표시',
|
|
76
|
+
'fabric.linking.document': '문서',
|
|
77
|
+
'fabric.linking.download': '다운로드',
|
|
78
|
+
'fabric.linking.drag_and_drop_images_here': '이미지를 여기에 끌어 놓습니다',
|
|
79
|
+
'fabric.linking.drag_and_drop_your_files': '파일을 끌어 놓거나',
|
|
80
|
+
'fabric.linking.drag_and_drop_your_files_and_folders': '파일 및 폴더를 끌어다 놓기 또는',
|
|
81
|
+
'fabric.linking.drop_your_files': '업로드할 파일 끌어 놓기',
|
|
82
|
+
'fabric.linking.drop_your_files_here': '파일을 여기에 끌어 놓습니다',
|
|
83
|
+
'fabric.linking.email': '이메일',
|
|
84
|
+
'fabric.linking.enable_fullscreen': '전체 화면 사용',
|
|
85
|
+
'fabric.linking.error_429': '오류 429',
|
|
86
|
+
'fabric.linking.error_generating_preview': '미리보기 생성 중 오류',
|
|
87
|
+
'fabric.linking.error_hint_critical': '문제가 계속 발생하면 지원팀에 문의하십시오.',
|
|
88
|
+
'fabric.linking.error_hint_retry': '작업을 다시 시도하시기 바랍니다.',
|
|
89
|
+
'fabric.linking.error_loading_file': '파일 로드 중 오류',
|
|
90
|
+
'fabric.linking.failed_to_load': '로드하지 못했습니다',
|
|
91
|
+
'fabric.linking.failed_to_upload': '업로드 실패',
|
|
92
|
+
'fabric.linking.forbidden_description': '이 미리 보기에 액세스할 수 없습니다. 액세스가 필요한 경우 사이트 관리자에게 문의하세요.',
|
|
93
|
+
'fabric.linking.give_feedback': '피드백 보내기',
|
|
94
|
+
'fabric.linking.image': '이미지',
|
|
95
|
+
'fabric.linking.image_format_invalid_error': '이미지를 로드할 수 없습니다. 형식이 유효하지 않습니다.',
|
|
96
|
+
'fabric.linking.image_size_too_large_error': '이미지가 너무 큽니다. {MAX_SIZE_MB}MB 이하여야 합니다.',
|
|
97
|
+
'fabric.linking.image_url_invalid_error': '이미지를 로드할 수 없습니다. URL이 유효하지 않습니다.',
|
|
98
|
+
'fabric.linking.insert_files': '{0, plural, other {파일 {0}개 삽입}}',
|
|
99
|
+
'fabric.linking.invalid_permissions': '제한된 링크',
|
|
100
|
+
'fabric.linking.invalid_permissions_description': '이 미리 보기를 확인하려면 액세스를 요청하거나 다른 계정으로 시도해야 합니다.',
|
|
101
|
+
'fabric.linking.item_not_found_in_list': '선택된 항목을 목록에서 찾지 못했습니다.',
|
|
102
|
+
'fabric.linking.learn_more': '자세히 알아보기',
|
|
103
|
+
'fabric.linking.load_more_gifs': '더 많은 GIF 로드',
|
|
104
|
+
'fabric.linking.loading': '로드 중...',
|
|
105
|
+
'fabric.linking.loading_file': '파일 로드 중…',
|
|
106
|
+
'fabric.linking.might_be_a_hiccup': '일시적인 문제일 수 있습니다.',
|
|
107
|
+
'fabric.linking.no_gifs_found': '안녕하세요. 저를 찾고 계셨나요?',
|
|
108
|
+
'fabric.linking.no_gifs_found_suggestion': '"{query}"에 대한 검색 결과가 없습니다.',
|
|
109
|
+
'fabric.linking.no_pdf_artifacts': '이 파일에 대한 PDF 파일을 찾지 못했습니다.',
|
|
110
|
+
'fabric.linking.not_found_description': '링크를 찾을 수 없습니다. URL을 확인하고 편집하거나 다시 붙여넣으세요.',
|
|
111
|
+
'fabric.linking.not_found_title': '죄송합니다. 이 링크를 찾을 수 없습니다.',
|
|
112
|
+
'fabric.linking.or': '또는',
|
|
113
|
+
'fabric.linking.pause': '일시 중지',
|
|
114
|
+
'fabric.linking.play': '재생',
|
|
115
|
+
'fabric.linking.playback_default_speed': '기본값',
|
|
116
|
+
'fabric.linking.playback_speed': '재생 속도',
|
|
117
|
+
'fabric.linking.preview': '미리 보기',
|
|
118
|
+
'fabric.linking.preview_currently_unavailable': '현재 미리 보기를 사용할 수 없음',
|
|
119
|
+
'fabric.linking.preview_unavailable': '미리 보기를 사용할 수 없음',
|
|
120
|
+
'fabric.linking.recent_uploads': '최근 업로드',
|
|
121
|
+
'fabric.linking.remove_image': '이미지 제거',
|
|
122
|
+
'fabric.linking.request_access': '액세스 요청',
|
|
123
|
+
'fabric.linking.request_access_description': '이 미리 보기를 보려면 {context}에 액세스를 요청하세요.',
|
|
124
|
+
'fabric.linking.request_access_pending': '액세스 보류 중',
|
|
125
|
+
'fabric.linking.request_access_pending_description': '액세스 요청이 보류 중입니다.',
|
|
126
|
+
'fabric.linking.request_denied_description': '액세스 요청이 거부되었습니다. 계속해서 액세스가 필요한 경우 사이트 관리자에게 문의하세요.',
|
|
127
|
+
'fabric.linking.retry': '다시 시도',
|
|
128
|
+
'fabric.linking.save': '저장',
|
|
129
|
+
'fabric.linking.search': '검색',
|
|
130
|
+
'fabric.linking.search_all_gifs': '모든 GIF를 검색합니다!',
|
|
131
|
+
'fabric.linking.share_files_instantly': '즉시 공유됩니다',
|
|
132
|
+
'fabric.linking.skip_backward': '뒤로 10초',
|
|
133
|
+
'fabric.linking.skip_forward': '앞으로 10초',
|
|
134
|
+
'fabric.linking.something_went_wrong': '문제가 발생했습니다.',
|
|
135
|
+
'fabric.linking.srclink': '다음에서 보기',
|
|
136
|
+
'fabric.linking.srclinkunknown': '원래 보기',
|
|
137
|
+
'fabric.linking.text': '텍스트',
|
|
138
|
+
'fabric.linking.try_again': '다시 시도',
|
|
139
|
+
'fabric.linking.try_another_account': '다른 계정으로 시도해 보세요.',
|
|
140
|
+
'fabric.linking.try_downloading_file': '파일을 보려면 다운로드하십시오.',
|
|
141
|
+
'fabric.linking.unable_to_annotate_image': '이 이미지에 주석을 달 수 없습니다',
|
|
142
|
+
'fabric.linking.unknown': '알 수 없음',
|
|
143
|
+
'fabric.linking.unlink_account': '계정 연결 해제',
|
|
144
|
+
'fabric.linking.upload': '업로드',
|
|
145
|
+
'fabric.linking.upload_an_avatar': '아바타 업로드',
|
|
146
|
+
'fabric.linking.upload_file': '파일 업로드',
|
|
147
|
+
'fabric.linking.upload_file_from': '{name}에서 파일 업로드',
|
|
148
|
+
'fabric.linking.upload_image': '이미지 업로드',
|
|
149
|
+
'fabric.linking.upload_photo': '사진 업로드',
|
|
150
|
+
'fabric.linking.video': '동영상',
|
|
151
|
+
'fabric.linking.view': '보기',
|
|
152
|
+
'fabric.linking.viewer_rateLimited': '파일을 로드하는 데 문제가 발생했습니다.',
|
|
153
|
+
'fabric.linking.webgl_warning_description': '사용하시는 브라우저가 WebGL을 지원하지 않습니다. 이미지를 주석으로 달려면 WebGL을 사용할 수 있는 브라우저를 사용하십시오.',
|
|
154
|
+
'fabric.linking.zip_entry_load_failed': '미리 보려는 zip 파일 항목을 로드할 수 없습니다',
|
|
155
|
+
'fabric.linking.zoom_in': '확대',
|
|
156
|
+
'fabric.linking.zoom_out': '축소'
|
|
35
157
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
zh: 'Chinese',
|
|
3
|
+
cs: 'Czech',
|
|
4
|
+
da: 'Danish',
|
|
5
|
+
nl: 'Dutch',
|
|
6
|
+
en: 'English',
|
|
7
|
+
en_GB: 'English (United Kingdom)',
|
|
8
|
+
et: 'Estonian',
|
|
9
|
+
fi: 'Finnish',
|
|
10
|
+
fr: 'French',
|
|
11
|
+
de: 'German',
|
|
12
|
+
hu: 'Hungarian',
|
|
13
|
+
is: 'Icelandic',
|
|
14
|
+
it: 'Italian',
|
|
15
|
+
ja: 'Japanese',
|
|
16
|
+
ko: 'Korean',
|
|
17
|
+
nb: 'Norwegian Bokmål',
|
|
18
|
+
pl: 'Polish',
|
|
19
|
+
pt_BR: 'Portuguese (Brazil)',
|
|
20
|
+
pt_PT: 'Portuguese (Portugal)',
|
|
21
|
+
ro: 'Romanian',
|
|
22
|
+
ru: 'Russian',
|
|
23
|
+
sk: 'Slovak',
|
|
24
|
+
es: 'Spanish',
|
|
25
|
+
sv: 'Swedish'
|
|
26
|
+
};
|