-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathlanguages.yaml
More file actions
47 lines (40 loc) · 1003 Bytes
/
languages.yaml
File metadata and controls
47 lines (40 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
en:
PLUGIN_PRISM_HIGHLIGHT:
COPY: 'Copy'
COPY_ERROR: 'Press Ctrl+C to copy'
COPY_SUCCESS: 'Copied!'
pl:
PLUGIN_PRISM_HIGHLIGHT:
COPY: 'Kopiuj'
COPY_ERROR: 'Wciśnij Ctrl+C aby skopiować'
COPY_SUCCESS: 'Skopiowane!'
fr:
PLUGIN_PRISM_HIGHLIGHT:
COPY: 'Copier'
COPY_ERROR: 'Appuyez sur Ctrl+C pour copier'
COPY_SUCCESS: 'Copié!'
es:
PLUGIN_PRISM_HIGHLIGHT:
COPY: 'Copiar'
COPY_ERROR: 'Presiona Ctrl+C para copiar'
COPY_SUCCESS: '¡Copiado!'
pt:
PLUGIN_PRISM_HIGHLIGHT:
COPY: 'Copiar'
COPY_ERROR: 'Pressione Ctrl+C para copiar'
COPY_SUCCESS: 'Copiado!'
it:
PLUGIN_PRISM_HIGHLIGHT:
COPY: 'Copia'
COPY_ERROR: 'Premi Ctrl+C per copiare'
COPY_SUCCESS: 'Copiato!'
zh:
PLUGIN_PRISM_HIGHLIGHT:
COPY: '复制'
COPY_ERROR: '按Ctrl+C复制'
COPY_SUCCESS: '已复制!'
ja:
PLUGIN_PRISM_HIGHLIGHT:
COPY: 'コピー'
COPY_ERROR: 'Ctrl+Cを押してコピー'
COPY_SUCCESS: 'コピーしました!'