ep_comments_page 11.1.17 → 11.1.18
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/locales/gl.json +18 -13
- package/locales/it.json +5 -0
- package/locales/ko.json +5 -0
- package/locales/nl.json +5 -0
- package/locales/zh-hant.json +24 -15
- package/package.json +1 -1
package/locales/gl.json
CHANGED
|
@@ -5,31 +5,36 @@
|
|
|
5
5
|
"Toliño"
|
|
6
6
|
]
|
|
7
7
|
},
|
|
8
|
-
"ep_comments_page.comment": "
|
|
8
|
+
"ep_comments_page.comment": "Comentario",
|
|
9
9
|
"ep_comments_page.comments": "Comentarios",
|
|
10
|
-
"ep_comments_page.add_comment.title": "
|
|
11
|
-
"ep_comments_page.add_comment": "Engadir novo comentario na selección",
|
|
12
|
-
"ep_comments_page.add_comment.hint": "Primeiro
|
|
10
|
+
"ep_comments_page.add_comment.title": "Engadir un novo comentario na selección",
|
|
11
|
+
"ep_comments_page.add_comment": "Engadir un novo comentario na selección",
|
|
12
|
+
"ep_comments_page.add_comment.hint": "Primeiro elixe o texto a comentar",
|
|
13
|
+
"ep_comments_page.comments_overview.title": "Mostrar todos os comentarios",
|
|
14
|
+
"ep_comments_page.comments_overview.header": "Todos os comentarios",
|
|
15
|
+
"ep_comments_page.comments_overview.empty": "Aínda non hai comentarios",
|
|
13
16
|
"ep_comments_page.delete_comment.title": "Eliminar este comentario",
|
|
14
17
|
"ep_comments_page.edit_comment.title": "Editar este comentario",
|
|
15
|
-
"ep_comments_page.
|
|
18
|
+
"ep_comments_page.comment_nav.prev": "Comentario anterior",
|
|
19
|
+
"ep_comments_page.comment_nav.next": "Comentario seguinte",
|
|
20
|
+
"ep_comments_page.show_comments": "Mostrar os comentarios",
|
|
16
21
|
"ep_comments_page.comments_template.suggested_change": "Cambio suxerido",
|
|
17
|
-
"ep_comments_page.comments_template.from": "
|
|
18
|
-
"ep_comments_page.comments_template.accept_change.value": "Aceptar cambio",
|
|
19
|
-
"ep_comments_page.comments_template.revert_change.value": "
|
|
22
|
+
"ep_comments_page.comments_template.from": "De",
|
|
23
|
+
"ep_comments_page.comments_template.accept_change.value": "Aceptar o cambio",
|
|
24
|
+
"ep_comments_page.comments_template.revert_change.value": "Reverter o cambio",
|
|
20
25
|
"ep_comments_page.comments_template.suggested_change_from": "Cambio suxerido de «{{changeFrom}}» a «{{changeTo}}»",
|
|
21
26
|
"ep_comments_page.comments_template.suggested_change_from_label": "Cambio suxerido de",
|
|
22
27
|
"ep_comments_page.comments_template.suggest_change_from": "Suxerir o cambio de «{{changeFrom}}» a",
|
|
23
28
|
"ep_comments_page.comments_template.suggest_change_from_label": "Suxerir o cambio de",
|
|
24
29
|
"ep_comments_page.comments_template.suggest_change_to_label": "a",
|
|
25
|
-
"ep_comments_page.comments_template.to": "
|
|
26
|
-
"ep_comments_page.comments_template.include_suggestion": "Incluír cambio suxerido",
|
|
27
|
-
"ep_comments_page.comments_template.comment.value": "
|
|
30
|
+
"ep_comments_page.comments_template.to": "A",
|
|
31
|
+
"ep_comments_page.comments_template.include_suggestion": "Incluír o cambio suxerido",
|
|
32
|
+
"ep_comments_page.comments_template.comment.value": "Comentario",
|
|
28
33
|
"ep_comments_page.comments_template.cancel.value": "Cancelar",
|
|
29
34
|
"ep_comments_page.comments_template.reply.value": "Responder",
|
|
30
35
|
"ep_comments_page.comments_template.reply.placeholder": "Responder",
|
|
31
36
|
"ep_comments_page.comments_template.edit_comment.save": "gardar",
|
|
32
37
|
"ep_comments_page.comments_template.edit_comment.cancel": "cancelar",
|
|
33
|
-
"ep_comments_page.error.edit_unauth": "Non
|
|
34
|
-
"ep_comments_page.error.delete_unauth": "Non
|
|
38
|
+
"ep_comments_page.error.edit_unauth": "Non podes editar os comentarios doutras usuarias!",
|
|
39
|
+
"ep_comments_page.error.delete_unauth": "Non podes eliminar os comentarios doutras usuarias!"
|
|
35
40
|
}
|
package/locales/it.json
CHANGED
|
@@ -11,8 +11,13 @@
|
|
|
11
11
|
"ep_comments_page.add_comment.title": "Aggiungi nuovo commento sulla selezione",
|
|
12
12
|
"ep_comments_page.add_comment": "Aggiungi nuovo commento sulla selezione",
|
|
13
13
|
"ep_comments_page.add_comment.hint": "Devi prima selezionare un testo su cui aggiungere il commento!",
|
|
14
|
+
"ep_comments_page.comments_overview.title": "Mostra tutti i commenti",
|
|
15
|
+
"ep_comments_page.comments_overview.header": "Tutti i commenti",
|
|
16
|
+
"ep_comments_page.comments_overview.empty": "Nessun commento ancora",
|
|
14
17
|
"ep_comments_page.delete_comment.title": "Cancella questo commento",
|
|
15
18
|
"ep_comments_page.edit_comment.title": "Modifica questo commento",
|
|
19
|
+
"ep_comments_page.comment_nav.prev": "Commento precedente",
|
|
20
|
+
"ep_comments_page.comment_nav.next": "Commento successivo",
|
|
16
21
|
"ep_comments_page.show_comments": "Visualizza commenti",
|
|
17
22
|
"ep_comments_page.comments_template.suggested_change": "Modifica suggerita",
|
|
18
23
|
"ep_comments_page.comments_template.from": "Da",
|
package/locales/ko.json
CHANGED
|
@@ -13,8 +13,13 @@
|
|
|
13
13
|
"ep_comments_page.add_comment.title": "선택 영역에 새 의견 추가",
|
|
14
14
|
"ep_comments_page.add_comment": "선택 영역에 새 의견 추가",
|
|
15
15
|
"ep_comments_page.add_comment.hint": "먼저 의견을 전달할 대상 텍스트를 선택해 주세요",
|
|
16
|
+
"ep_comments_page.comments_overview.title": "모든 의견 표시",
|
|
17
|
+
"ep_comments_page.comments_overview.header": "모든 의견",
|
|
18
|
+
"ep_comments_page.comments_overview.empty": "아직 의견 없음",
|
|
16
19
|
"ep_comments_page.delete_comment.title": "이 의견 삭제",
|
|
17
20
|
"ep_comments_page.edit_comment.title": "이 의견 편집하기",
|
|
21
|
+
"ep_comments_page.comment_nav.prev": "이전 의견",
|
|
22
|
+
"ep_comments_page.comment_nav.next": "다음 의견",
|
|
18
23
|
"ep_comments_page.show_comments": "의견 표시",
|
|
19
24
|
"ep_comments_page.comments_template.suggested_change": "제안된 변경사항",
|
|
20
25
|
"ep_comments_page.comments_template.from": "출발지",
|
package/locales/nl.json
CHANGED
|
@@ -10,8 +10,13 @@
|
|
|
10
10
|
"ep_comments_page.add_comment.title": "Opmerking toevoegen aan selectie",
|
|
11
11
|
"ep_comments_page.add_comment": "Opmerking toevoegen aan selectie",
|
|
12
12
|
"ep_comments_page.add_comment.hint": "Selecteer eerst een stuk tekst om een opmerking aan toe te voegen",
|
|
13
|
+
"ep_comments_page.comments_overview.title": "Alle opmerkingen weergeven",
|
|
14
|
+
"ep_comments_page.comments_overview.header": "Alle opmerkingen",
|
|
15
|
+
"ep_comments_page.comments_overview.empty": "Nog een opmerkingen",
|
|
13
16
|
"ep_comments_page.delete_comment.title": "Deze opmerking verwijderen",
|
|
14
17
|
"ep_comments_page.edit_comment.title": "Deze opmerking bewerken",
|
|
18
|
+
"ep_comments_page.comment_nav.prev": "Vorige opmerking",
|
|
19
|
+
"ep_comments_page.comment_nav.next": "Volgende opmerking",
|
|
15
20
|
"ep_comments_page.show_comments": "Opmerkingen weergeven",
|
|
16
21
|
"ep_comments_page.comments_template.suggested_change": "Voorgestelde wijziging",
|
|
17
22
|
"ep_comments_page.comments_template.from": "Van",
|
package/locales/zh-hant.json
CHANGED
|
@@ -2,31 +2,40 @@
|
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
4
|
"HellojoeAoPS",
|
|
5
|
-
"Kly"
|
|
5
|
+
"Kly",
|
|
6
|
+
"LowensteinYang"
|
|
6
7
|
]
|
|
7
8
|
},
|
|
8
|
-
"ep_comments_page.comment": "
|
|
9
|
-
"ep_comments_page.comments": "
|
|
10
|
-
"ep_comments_page.add_comment.title": "
|
|
11
|
-
"ep_comments_page.add_comment": "
|
|
9
|
+
"ep_comments_page.comment": "評論",
|
|
10
|
+
"ep_comments_page.comments": "評論",
|
|
11
|
+
"ep_comments_page.add_comment.title": "在選擇中新增評論",
|
|
12
|
+
"ep_comments_page.add_comment": "在選擇中新增評論",
|
|
12
13
|
"ep_comments_page.add_comment.hint": "請先選擇要發表評論的文字",
|
|
13
|
-
"ep_comments_page.
|
|
14
|
-
"ep_comments_page.
|
|
15
|
-
"ep_comments_page.
|
|
16
|
-
"ep_comments_page.
|
|
14
|
+
"ep_comments_page.comments_overview.title": "顯示所有評論",
|
|
15
|
+
"ep_comments_page.comments_overview.header": "所有評論",
|
|
16
|
+
"ep_comments_page.comments_overview.empty": "目前尚無評論",
|
|
17
|
+
"ep_comments_page.delete_comment.title": "刪除這則評論",
|
|
18
|
+
"ep_comments_page.edit_comment.title": "編輯此評論",
|
|
19
|
+
"ep_comments_page.comment_nav.prev": "前一個評論",
|
|
20
|
+
"ep_comments_page.comment_nav.next": "下一個評論",
|
|
21
|
+
"ep_comments_page.show_comments": "顯示評論",
|
|
22
|
+
"ep_comments_page.comments_template.suggested_change": "建議的變更",
|
|
17
23
|
"ep_comments_page.comments_template.from": "來自",
|
|
18
|
-
"ep_comments_page.comments_template.accept_change.value": "
|
|
19
|
-
"ep_comments_page.comments_template.revert_change.value": "
|
|
24
|
+
"ep_comments_page.comments_template.accept_change.value": "接受變更",
|
|
25
|
+
"ep_comments_page.comments_template.revert_change.value": "恢復變更",
|
|
20
26
|
"ep_comments_page.comments_template.suggested_change_from": "建議從“{{changeFrom}}”更改為“{{changeTo}}”",
|
|
27
|
+
"ep_comments_page.comments_template.suggested_change_from_label": "建議的變更自",
|
|
21
28
|
"ep_comments_page.comments_template.suggest_change_from": "建議從“{{changeFrom}}”更改為",
|
|
29
|
+
"ep_comments_page.comments_template.suggest_change_from_label": "建議的變更自",
|
|
30
|
+
"ep_comments_page.comments_template.suggest_change_to_label": "至",
|
|
22
31
|
"ep_comments_page.comments_template.to": "至",
|
|
23
|
-
"ep_comments_page.comments_template.include_suggestion": "
|
|
24
|
-
"ep_comments_page.comments_template.comment.value": "
|
|
32
|
+
"ep_comments_page.comments_template.include_suggestion": "包含建議的變更",
|
|
33
|
+
"ep_comments_page.comments_template.comment.value": "評論",
|
|
25
34
|
"ep_comments_page.comments_template.cancel.value": "取消",
|
|
26
35
|
"ep_comments_page.comments_template.reply.value": "回覆",
|
|
27
36
|
"ep_comments_page.comments_template.reply.placeholder": "回覆",
|
|
28
37
|
"ep_comments_page.comments_template.edit_comment.save": "儲存",
|
|
29
38
|
"ep_comments_page.comments_template.edit_comment.cancel": "取消",
|
|
30
|
-
"ep_comments_page.error.edit_unauth": "
|
|
31
|
-
"ep_comments_page.error.delete_unauth": "
|
|
39
|
+
"ep_comments_page.error.edit_unauth": "您無法編輯其他使用者的評論!",
|
|
40
|
+
"ep_comments_page.error.delete_unauth": "您無法刪除其他使用者的評論!"
|
|
32
41
|
}
|
package/package.json
CHANGED