ep_comments_page 1.0.5 → 1.0.29
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/exportHTML.js +1 -1
- package/locales/ar.json +31 -0
- package/locales/bn.json +7 -1
- package/locales/cs.json +2 -0
- package/locales/de.json +14 -10
- package/locales/dsb.json +31 -0
- package/locales/el.json +31 -0
- package/locales/eu.json +5 -3
- package/locales/ff.json +31 -0
- package/locales/fi.json +5 -0
- package/locales/gl.json +31 -0
- package/locales/gur.json +2 -1
- package/locales/ha.json +2 -1
- package/locales/hsb.json +31 -0
- package/locales/ia.json +31 -0
- package/locales/id.json +15 -0
- package/locales/ja.json +16 -0
- package/locales/ko.json +3 -0
- package/locales/krc.json +31 -0
- package/locales/lt.json +31 -0
- package/locales/pt-br.json +3 -1
- package/locales/sc.json +31 -0
- package/locales/sdc.json +14 -0
- package/locales/skr-arab.json +21 -0
- package/locales/sl.json +31 -0
- package/locales/smn.json +14 -0
- package/locales/sms.json +23 -0
- package/locales/sq.json +31 -0
- package/locales/th.json +1 -0
- package/locales/zh-hans.json +8 -7
- package/locales/zh-hant.json +10 -9
- package/package.json +15 -18
- package/static/tests/backend/specs/api/comments.js +1 -0
- package/static/tests/frontend/specs/comment_l10n.js +7 -3
package/exportHTML.js
CHANGED
package/locales/ar.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Meno25"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "تعليق",
|
|
8
|
+
"ep_comments_page.comments": "تعليقات",
|
|
9
|
+
"ep_comments_page.add_comment.title": "إضافة تعليق جديد على الاختيار",
|
|
10
|
+
"ep_comments_page.add_comment": "إضافة تعليق جديد على الاختيار",
|
|
11
|
+
"ep_comments_page.add_comment.hint": "يرجى أولا تحديد النص للتعليق",
|
|
12
|
+
"ep_comments_page.delete_comment.title": "احذف هذا التعليق",
|
|
13
|
+
"ep_comments_page.edit_comment.title": "قم بتحرير هذا التعليق",
|
|
14
|
+
"ep_comments_page.show_comments": "إظهار التعليقات",
|
|
15
|
+
"ep_comments_page.comments_template.suggested_change": "التغيير المقترح",
|
|
16
|
+
"ep_comments_page.comments_template.from": "من",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "قبول التغيير",
|
|
18
|
+
"ep_comments_page.comments_template.revert_change.value": "التراجع عن التغيير",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "التغيير المقترح من \"{{changeFrom}}\" إلى \"{{changeTo}}\"",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "اقترح التغيير من \"{{changeFrom}}\" إلى",
|
|
21
|
+
"ep_comments_page.comments_template.to": "إلى",
|
|
22
|
+
"ep_comments_page.comments_template.include_suggestion": "تضمين التغيير المقترح",
|
|
23
|
+
"ep_comments_page.comments_template.comment.value": "تعليق",
|
|
24
|
+
"ep_comments_page.comments_template.cancel.value": "إلغاء",
|
|
25
|
+
"ep_comments_page.comments_template.reply.value": "رد",
|
|
26
|
+
"ep_comments_page.comments_template.reply.placeholder": "رد",
|
|
27
|
+
"ep_comments_page.comments_template.edit_comment.save": "حفظ",
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "إلغاء",
|
|
29
|
+
"ep_comments_page.error.edit_unauth": "لا يمكنك تعديل تعليقات المستخدمين الآخرين!",
|
|
30
|
+
"ep_comments_page.error.delete_unauth": "لا يمكنك حذف تعليقات المستخدمين الآخرين!"
|
|
31
|
+
}
|
package/locales/bn.json
CHANGED
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
+
"আজিজ",
|
|
4
5
|
"আফতাবুজ্জামান"
|
|
5
6
|
]
|
|
6
7
|
},
|
|
7
8
|
"ep_comments_page.comment": "মন্তব্য",
|
|
8
9
|
"ep_comments_page.comments": "মন্তব্য",
|
|
10
|
+
"ep_comments_page.delete_comment.title": "এই মন্তব্যটি মুছুন",
|
|
11
|
+
"ep_comments_page.edit_comment.title": "এই মন্তব্যটি সম্পাদনা করুন",
|
|
9
12
|
"ep_comments_page.show_comments": "মন্তব্য দেখান",
|
|
13
|
+
"ep_comments_page.comments_template.suggested_change": "পরামর্শকৃত পরিবর্তন",
|
|
10
14
|
"ep_comments_page.comments_template.comment.value": "মন্তব্য",
|
|
11
15
|
"ep_comments_page.comments_template.cancel.value": "বাতিল",
|
|
12
16
|
"ep_comments_page.comments_template.reply.value": "উত্তর দিন",
|
|
13
17
|
"ep_comments_page.comments_template.reply.placeholder": "উত্তর দিন",
|
|
14
18
|
"ep_comments_page.comments_template.edit_comment.save": "সংরক্ষণ",
|
|
15
|
-
"ep_comments_page.comments_template.edit_comment.cancel": "বাতিল"
|
|
19
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "বাতিল",
|
|
20
|
+
"ep_comments_page.error.edit_unauth": "আপনি অন্য ব্যবহারকারীর মন্তব্য সম্পাদনা করতে পারবেন না!",
|
|
21
|
+
"ep_comments_page.error.delete_unauth": "আপনি অন্য ব্যবহারকারীর মন্তব্য মুছে ফেলতে পারবেন না!"
|
|
16
22
|
}
|
package/locales/cs.json
CHANGED
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"ep_comments_page.comments_template.from": "Od",
|
|
17
17
|
"ep_comments_page.comments_template.accept_change.value": "Přijmout změnu",
|
|
18
18
|
"ep_comments_page.comments_template.revert_change.value": "Vrátit změnu",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "Navrhovaná změna z „{{changeFrom}}“ na „{{changeTo}}“",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "Navrhněte změnu z „{{changeFrom}}“ na",
|
|
19
21
|
"ep_comments_page.comments_template.to": "Komu",
|
|
20
22
|
"ep_comments_page.comments_template.include_suggestion": "Zahrnout navrhovanou změnu",
|
|
21
23
|
"ep_comments_page.comments_template.comment.value": "Komentář",
|
package/locales/de.json
CHANGED
|
@@ -1,29 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
|
-
"authors": [
|
|
3
|
+
"authors": [
|
|
4
|
+
"Brettchenweber",
|
|
5
|
+
"SamTV",
|
|
6
|
+
"Tim.krieger"
|
|
7
|
+
]
|
|
4
8
|
},
|
|
5
9
|
"ep_comments_page.comment": "Kommentar",
|
|
6
10
|
"ep_comments_page.comments": "Kommentare",
|
|
7
11
|
"ep_comments_page.add_comment.title": "Kommentar zur Auswahl hinzufügen",
|
|
8
12
|
"ep_comments_page.add_comment": "Kommentar zur Auswahl hinzufügen",
|
|
9
|
-
"ep_comments_page.add_comment.hint": "Bitte
|
|
13
|
+
"ep_comments_page.add_comment.hint": "Bitte wähle zuerst den zu kommentierenden Text aus!",
|
|
10
14
|
"ep_comments_page.delete_comment.title": "Diesen Kommentar löschen",
|
|
11
|
-
"ep_comments_page.edit_comment.title": "
|
|
15
|
+
"ep_comments_page.edit_comment.title": "Diesen Kommentar bearbeiten",
|
|
12
16
|
"ep_comments_page.show_comments": "Kommentare anzeigen",
|
|
13
17
|
"ep_comments_page.comments_template.suggested_change": "Vorgeschlagene Änderung",
|
|
14
18
|
"ep_comments_page.comments_template.from": "von",
|
|
15
19
|
"ep_comments_page.comments_template.accept_change.value": "Änderung akzeptieren",
|
|
16
20
|
"ep_comments_page.comments_template.revert_change.value": "Änderung zurücknehmen",
|
|
17
|
-
"ep_comments_page.comments_template.suggested_change_from": "
|
|
18
|
-
"ep_comments_page.comments_template.suggest_change_from": "von",
|
|
21
|
+
"ep_comments_page.comments_template.suggested_change_from": "Ersetze \"{{changeFrom}}\" durch \"{{changeTo}}\"",
|
|
22
|
+
"ep_comments_page.comments_template.suggest_change_from": "Änderung vorschlagen von \"{{changeFrom}}\" zu",
|
|
19
23
|
"ep_comments_page.comments_template.to": "zu",
|
|
20
|
-
"ep_comments_page.comments_template.include_suggestion": "
|
|
24
|
+
"ep_comments_page.comments_template.include_suggestion": "Änderungsvorschlag hinzufügen",
|
|
21
25
|
"ep_comments_page.comments_template.comment.value": "Kommentar",
|
|
22
26
|
"ep_comments_page.comments_template.cancel.value": "Abbrechen",
|
|
23
27
|
"ep_comments_page.comments_template.reply.value": "Antworten",
|
|
24
28
|
"ep_comments_page.comments_template.reply.placeholder": "Antworten",
|
|
25
|
-
"ep_comments_page.comments_template.edit_comment.save": "
|
|
26
|
-
"ep_comments_page.comments_template.edit_comment.cancel": "
|
|
27
|
-
"ep_comments_page.error.edit_unauth": "
|
|
28
|
-
"ep_comments_page.error.delete_unauth": "
|
|
29
|
+
"ep_comments_page.comments_template.edit_comment.save": "Speichern",
|
|
30
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "Abbrechen",
|
|
31
|
+
"ep_comments_page.error.edit_unauth": "Du kannst Kommentare anderer Benutzer nicht bearbeiten!",
|
|
32
|
+
"ep_comments_page.error.delete_unauth": "Du kannst Kommentare anderer Benutzer nicht löschen!"
|
|
29
33
|
}
|
package/locales/dsb.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Michawiki"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Komentar",
|
|
8
|
+
"ep_comments_page.comments": "Komentary",
|
|
9
|
+
"ep_comments_page.add_comment.title": "K wuběrkoju nowy komentar pśidaś",
|
|
10
|
+
"ep_comments_page.add_comment": "K wuběrkoju nowy komentar pśidaś",
|
|
11
|
+
"ep_comments_page.add_comment.hint": "Pšosym wubjeŕśo nejpjerwjej tekst, kótaryž se ma komentěrowaś",
|
|
12
|
+
"ep_comments_page.delete_comment.title": "Toś ten komentar wulašowaś",
|
|
13
|
+
"ep_comments_page.edit_comment.title": "Toś ten komentar wobźěłaś",
|
|
14
|
+
"ep_comments_page.show_comments": "Komentary pokazaś",
|
|
15
|
+
"ep_comments_page.comments_template.suggested_change": "Naraźona změna",
|
|
16
|
+
"ep_comments_page.comments_template.from": "Wót",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "Změnu akceptěrowaś",
|
|
18
|
+
"ep_comments_page.comments_template.revert_change.value": "Změnu anulěrowaś",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "Naraźona změna wót \"{{changeFrom}}\" do \"{{changeTo}}\"",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "Změnu naraźiś wót \"{{changeFrom}}\" do",
|
|
21
|
+
"ep_comments_page.comments_template.to": "Do",
|
|
22
|
+
"ep_comments_page.comments_template.include_suggestion": "Naraźonu změnu zapśimjeś",
|
|
23
|
+
"ep_comments_page.comments_template.comment.value": "Komentar",
|
|
24
|
+
"ep_comments_page.comments_template.cancel.value": "Pśetergnuś",
|
|
25
|
+
"ep_comments_page.comments_template.reply.value": "Wótegroniś",
|
|
26
|
+
"ep_comments_page.comments_template.reply.placeholder": "Wótegroniś",
|
|
27
|
+
"ep_comments_page.comments_template.edit_comment.save": "składowaś",
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "pśetergnuś",
|
|
29
|
+
"ep_comments_page.error.edit_unauth": "Njamóžoš komentary drugich wužywarjow wobźěłaś!",
|
|
30
|
+
"ep_comments_page.error.delete_unauth": "Njamóžoš komentary drugich wužywarjow lašowaś!"
|
|
31
|
+
}
|
package/locales/el.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Norhorn"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Σχόλιο",
|
|
8
|
+
"ep_comments_page.comments": "Σχόλια",
|
|
9
|
+
"ep_comments_page.add_comment.title": "Προσθήκη νέου σχολίου στην επιλογή",
|
|
10
|
+
"ep_comments_page.add_comment": "Προσθήκη νέου σχολίου στην επιλογή",
|
|
11
|
+
"ep_comments_page.add_comment.hint": "Επιλέξτε πρώτα το κείμενο για να σχολιάσετε",
|
|
12
|
+
"ep_comments_page.delete_comment.title": "Διαγραφή αυτού του σχόλιου",
|
|
13
|
+
"ep_comments_page.edit_comment.title": "Επεξεργασία αυτού του σχόλιου",
|
|
14
|
+
"ep_comments_page.show_comments": "Προβολή σχολίων",
|
|
15
|
+
"ep_comments_page.comments_template.suggested_change": "Προτεινόμενη αλλαγή",
|
|
16
|
+
"ep_comments_page.comments_template.from": "Από",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "Αποδοχή αλλαγής",
|
|
18
|
+
"ep_comments_page.comments_template.revert_change.value": "Επαναφορά αλλαγής",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "Προτεινόμενη αλλαγή από \"{{changeFrom}}\" σε \"{{changeTo}}\"",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "Πρόταση αλλαγής από \"{{changeFrom}}\" σε",
|
|
21
|
+
"ep_comments_page.comments_template.to": "Προς",
|
|
22
|
+
"ep_comments_page.comments_template.include_suggestion": "Να συμπεριληφθεί η προτεινόμενη αλλαγή",
|
|
23
|
+
"ep_comments_page.comments_template.comment.value": "Σχόλιο",
|
|
24
|
+
"ep_comments_page.comments_template.cancel.value": "Ακύρωση",
|
|
25
|
+
"ep_comments_page.comments_template.reply.value": "Απάντηση",
|
|
26
|
+
"ep_comments_page.comments_template.reply.placeholder": "Απάντηση",
|
|
27
|
+
"ep_comments_page.comments_template.edit_comment.save": "Αποθήκευση",
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "ακύρωση",
|
|
29
|
+
"ep_comments_page.error.edit_unauth": "Δεν μπορείτε να επεξεργαστείτε τα σχόλια άλλων χρηστών!",
|
|
30
|
+
"ep_comments_page.error.delete_unauth": "Δεν μπορείτε να διαγράψετε σχόλια άλλων χρηστών!"
|
|
31
|
+
}
|
package/locales/eu.json
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
|
-
"authors": [
|
|
3
|
+
"authors": [
|
|
4
|
+
"Izendegi"
|
|
5
|
+
]
|
|
4
6
|
},
|
|
5
7
|
"ep_comments_page.comment": "Iruzkina",
|
|
6
8
|
"ep_comments_page.comments": "Iruzkinak",
|
|
7
|
-
"ep_comments_page.add_comment.title": "Gehitu iruzkin berria
|
|
8
|
-
"ep_comments_page.add_comment": "Gehitu iruzkin berria
|
|
9
|
+
"ep_comments_page.add_comment.title": "Gehitu iruzkin berria hautapenean",
|
|
10
|
+
"ep_comments_page.add_comment": "Gehitu iruzkin berria hautapenean",
|
|
9
11
|
"ep_comments_page.add_comment.hint": "Aukeratu ezazu lehenengo iruzkina gehitzeko testua",
|
|
10
12
|
"ep_comments_page.delete_comment.title": "Ezabatu iruzkin hau",
|
|
11
13
|
"ep_comments_page.edit_comment.title": "Editatu iruzkin hau",
|
package/locales/ff.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Ibrahima Malal Sarr"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Yowre",
|
|
8
|
+
"ep_comments_page.comments": "Jowe",
|
|
9
|
+
"ep_comments_page.add_comment.title": "Ɓeydu yowre hesere e labagol",
|
|
10
|
+
"ep_comments_page.add_comment": "Ɓeydu yowre hesere e labagol",
|
|
11
|
+
"ep_comments_page.add_comment.hint": "Tiiɗno labo tawo bonndol ngol njiɗ-ɗaa yowde e mum",
|
|
12
|
+
"ep_comments_page.delete_comment.title": "Momtu ndee yowre",
|
|
13
|
+
"ep_comments_page.edit_comment.title": "Taƴto ndee yowre",
|
|
14
|
+
"ep_comments_page.show_comments": "Hollu Jowe",
|
|
15
|
+
"ep_comments_page.comments_template.suggested_change": "Wasiyo Bayle",
|
|
16
|
+
"ep_comments_page.comments_template.from": "Iwde e",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "Jaɓ Baylol",
|
|
18
|
+
"ep_comments_page.comments_template.revert_change.value": "Firlit Baylol",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "Wasiya baylol iwde e {{changeFrom}} wonta {{changeTo}}",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "Wasiyo baylol iwde e {{changeFrom}} wonta",
|
|
21
|
+
"ep_comments_page.comments_template.to": "Wonta",
|
|
22
|
+
"ep_comments_page.comments_template.include_suggestion": "Waɗor heen baylol basiyangol",
|
|
23
|
+
"ep_comments_page.comments_template.comment.value": "Ɓeydu yowre",
|
|
24
|
+
"ep_comments_page.comments_template.cancel.value": "Haaytu",
|
|
25
|
+
"ep_comments_page.comments_template.reply.value": "Jaabo",
|
|
26
|
+
"ep_comments_page.comments_template.reply.placeholder": "jaabawol",
|
|
27
|
+
"ep_comments_page.comments_template.edit_comment.save": "danndu",
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "haaytu",
|
|
29
|
+
"ep_comments_page.error.edit_unauth": "A waawaa taƴtaade jowe woɗɓe!",
|
|
30
|
+
"ep_comments_page.error.delete_unauth": "A waawaa momtude jowe woɗɓe!"
|
|
31
|
+
}
|
package/locales/fi.json
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
+
"Artnay",
|
|
4
5
|
"MITO"
|
|
5
6
|
]
|
|
6
7
|
},
|
|
7
8
|
"ep_comments_page.comment": "Kommentoi",
|
|
8
9
|
"ep_comments_page.comments": "Kommentit",
|
|
10
|
+
"ep_comments_page.add_comment.title": "Lisää uusi kommentti valintaan",
|
|
11
|
+
"ep_comments_page.add_comment": "Lisää uusi kommentti valintaan",
|
|
12
|
+
"ep_comments_page.add_comment.hint": "Valitse ensin teksti, jota haluat kommentoida",
|
|
9
13
|
"ep_comments_page.delete_comment.title": "Poista tämä kommentti",
|
|
10
14
|
"ep_comments_page.edit_comment.title": "Muokkaa tätä kommenttia",
|
|
11
15
|
"ep_comments_page.show_comments": "Näytä kommentit",
|
|
@@ -14,6 +18,7 @@
|
|
|
14
18
|
"ep_comments_page.comments_template.accept_change.value": "Hyväksy muutos",
|
|
15
19
|
"ep_comments_page.comments_template.revert_change.value": "Peruuta muutos",
|
|
16
20
|
"ep_comments_page.comments_template.to": "Vastaanottaja",
|
|
21
|
+
"ep_comments_page.comments_template.include_suggestion": "Sisällytä ehdotettu muutos",
|
|
17
22
|
"ep_comments_page.comments_template.comment.value": "Kommentoi",
|
|
18
23
|
"ep_comments_page.comments_template.cancel.value": "Peruuta",
|
|
19
24
|
"ep_comments_page.comments_template.reply.value": "Vastaa",
|
package/locales/gl.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Ghose"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Comentar",
|
|
8
|
+
"ep_comments_page.comments": "Comentarios",
|
|
9
|
+
"ep_comments_page.add_comment.title": "Engdir novo comentario na selección",
|
|
10
|
+
"ep_comments_page.add_comment": "Engadir novo comentario na selección",
|
|
11
|
+
"ep_comments_page.add_comment.hint": "Primeiro elixa o texto a comentar",
|
|
12
|
+
"ep_comments_page.delete_comment.title": "Eliminar este comentario",
|
|
13
|
+
"ep_comments_page.edit_comment.title": "Editar este comentario",
|
|
14
|
+
"ep_comments_page.show_comments": "Mostrar comentarios",
|
|
15
|
+
"ep_comments_page.comments_template.suggested_change": "Cambio suxerido",
|
|
16
|
+
"ep_comments_page.comments_template.from": "Desde",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "Aceptar cambio",
|
|
18
|
+
"ep_comments_page.comments_template.revert_change.value": "Rexeitar o cambio",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "Cambio suxerido de \"{{changeFrom}}\" a \"{{changeTo}}\"",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "Suxerir o cambio de \"{{changeFrom}}\" a",
|
|
21
|
+
"ep_comments_page.comments_template.to": "Para",
|
|
22
|
+
"ep_comments_page.comments_template.include_suggestion": "Incluír cambio suxerido",
|
|
23
|
+
"ep_comments_page.comments_template.comment.value": "Comentar",
|
|
24
|
+
"ep_comments_page.comments_template.cancel.value": "Cancelar",
|
|
25
|
+
"ep_comments_page.comments_template.reply.value": "Responder",
|
|
26
|
+
"ep_comments_page.comments_template.reply.placeholder": "Responder",
|
|
27
|
+
"ep_comments_page.comments_template.edit_comment.save": "gardar",
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "cancelar",
|
|
29
|
+
"ep_comments_page.error.edit_unauth": "Non pode editar os comentarios doutras usuarias!",
|
|
30
|
+
"ep_comments_page.error.delete_unauth": "Non pode eliminar os comentarios doutras usuarias!"
|
|
31
|
+
}
|
package/locales/gur.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"Adignyoke",
|
|
5
5
|
"Akakiiri",
|
|
6
6
|
"Akoonaba",
|
|
7
|
+
"Amire80",
|
|
7
8
|
"Amoramah"
|
|
8
9
|
]
|
|
9
10
|
},
|
|
@@ -24,7 +25,7 @@
|
|
|
24
25
|
"ep_comments_page.comments_template.to": "Wɛ̃",
|
|
25
26
|
"ep_comments_page.comments_template.include_suggestion": "Pa'asɛ putɛ̃'ɛrɛ teere",
|
|
26
27
|
"ep_comments_page.comments_template.comment.value": "Lebese",
|
|
27
|
-
"ep_comments_page.comments_template.cancel.value": "
|
|
28
|
+
"ep_comments_page.comments_template.cancel.value": "Gu basɛ",
|
|
28
29
|
"ep_comments_page.comments_template.reply.value": "Lerege",
|
|
29
30
|
"ep_comments_page.comments_template.reply.placeholder": "Lerege",
|
|
30
31
|
"ep_comments_page.comments_template.edit_comment.save": "Seefe",
|
package/locales/ha.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
4
|
"Abbaty",
|
|
5
|
+
"Amire80",
|
|
5
6
|
"Omar Ali",
|
|
6
7
|
"Salihu aliyu"
|
|
7
8
|
]
|
|
@@ -25,7 +26,7 @@
|
|
|
25
26
|
"ep_comments_page.comments_template.reply.value": "Maidawa",
|
|
26
27
|
"ep_comments_page.comments_template.reply.placeholder": "maidawa",
|
|
27
28
|
"ep_comments_page.comments_template.edit_comment.save": "adanawa",
|
|
28
|
-
"ep_comments_page.comments_template.edit_comment.cancel": "
|
|
29
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "soke",
|
|
29
30
|
"ep_comments_page.error.edit_unauth": "bazaka iya gheran sharhin wani bah",
|
|
30
31
|
"ep_comments_page.error.delete_unauth": "bazaka iya goge sharhin wani bah"
|
|
31
32
|
}
|
package/locales/hsb.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Michawiki"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Komentar",
|
|
8
|
+
"ep_comments_page.comments": "Komentary",
|
|
9
|
+
"ep_comments_page.add_comment.title": "K wuběrej nowy komentar přidać",
|
|
10
|
+
"ep_comments_page.add_comment": "K wuběrej nowy komentar přidać",
|
|
11
|
+
"ep_comments_page.add_comment.hint": "Prošu wubjerće najprjedy tekst, kotryž so ma komentować",
|
|
12
|
+
"ep_comments_page.delete_comment.title": "Tutón komentar zhašeć",
|
|
13
|
+
"ep_comments_page.edit_comment.title": "Tutón komentar wobdźěłać",
|
|
14
|
+
"ep_comments_page.show_comments": "Komentary pokazać",
|
|
15
|
+
"ep_comments_page.comments_template.suggested_change": "Namjetowana změna",
|
|
16
|
+
"ep_comments_page.comments_template.from": "Wot",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "Změnu přiwzać",
|
|
18
|
+
"ep_comments_page.comments_template.revert_change.value": "Změnu cofnyć",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "Namjetowana změna wot \"{{changeFrom}}\" do \"{{changeTo}}\"",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "Změnu namjetować wot \"{{changeFrom}}\" do",
|
|
21
|
+
"ep_comments_page.comments_template.to": "Do",
|
|
22
|
+
"ep_comments_page.comments_template.include_suggestion": "Namjetowanu změnu zapřijeć",
|
|
23
|
+
"ep_comments_page.comments_template.comment.value": "Komentar",
|
|
24
|
+
"ep_comments_page.comments_template.cancel.value": "Přetorhnyć",
|
|
25
|
+
"ep_comments_page.comments_template.reply.value": "Wotmołwić",
|
|
26
|
+
"ep_comments_page.comments_template.reply.placeholder": "Wotmołwić",
|
|
27
|
+
"ep_comments_page.comments_template.edit_comment.save": "składować",
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "přetorhnyć",
|
|
29
|
+
"ep_comments_page.error.edit_unauth": "Njemóžeš komentary druhich wužiwarjow wobdźěłać!",
|
|
30
|
+
"ep_comments_page.error.delete_unauth": "Njemóžeš komentary druhich wužiwarjow zhašeć!"
|
|
31
|
+
}
|
package/locales/ia.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"McDutchie"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Commento",
|
|
8
|
+
"ep_comments_page.comments": "Commentos",
|
|
9
|
+
"ep_comments_page.add_comment.title": "Adder un nove commento sur le selection",
|
|
10
|
+
"ep_comments_page.add_comment": "Adder un nove commento sur le selection",
|
|
11
|
+
"ep_comments_page.add_comment.hint": "Per favor selige primo le texto a commentar",
|
|
12
|
+
"ep_comments_page.delete_comment.title": "Deler iste commento",
|
|
13
|
+
"ep_comments_page.edit_comment.title": "Modificar iste commento",
|
|
14
|
+
"ep_comments_page.show_comments": "Monstrar commentos",
|
|
15
|
+
"ep_comments_page.comments_template.suggested_change": "Cambiamento suggerite",
|
|
16
|
+
"ep_comments_page.comments_template.from": "De",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "Acceptar cambiamento",
|
|
18
|
+
"ep_comments_page.comments_template.revert_change.value": "Reverter cambiamento",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "Cambiamento suggerite de \"{{changeFrom}}\" a \"{{changeTo}}\"",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "Suggerer cambiamento de \"{{changeFrom}}\" a",
|
|
21
|
+
"ep_comments_page.comments_template.to": "A",
|
|
22
|
+
"ep_comments_page.comments_template.include_suggestion": "Includer cambiamento suggerite",
|
|
23
|
+
"ep_comments_page.comments_template.comment.value": "Commento",
|
|
24
|
+
"ep_comments_page.comments_template.cancel.value": "Cancellar",
|
|
25
|
+
"ep_comments_page.comments_template.reply.value": "Responder",
|
|
26
|
+
"ep_comments_page.comments_template.reply.placeholder": "Responsa",
|
|
27
|
+
"ep_comments_page.comments_template.edit_comment.save": "salveguardar",
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "cancellar",
|
|
29
|
+
"ep_comments_page.error.edit_unauth": "Tu non pote modificar le commentos de altere usatores!",
|
|
30
|
+
"ep_comments_page.error.delete_unauth": "Tu non pote deler le commentos de altere usatores!"
|
|
31
|
+
}
|
package/locales/id.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Veracious"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comments_template.comment.value": "Komentar",
|
|
8
|
+
"ep_comments_page.comments_template.cancel.value": "Batalkan",
|
|
9
|
+
"ep_comments_page.comments_template.reply.value": "Balas",
|
|
10
|
+
"ep_comments_page.comments_template.reply.placeholder": "Balas",
|
|
11
|
+
"ep_comments_page.comments_template.edit_comment.save": "simpan",
|
|
12
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "batalkan",
|
|
13
|
+
"ep_comments_page.error.edit_unauth": "Anda tidak dapat menyunting komentar pengguna lain!",
|
|
14
|
+
"ep_comments_page.error.delete_unauth": "Anda tidak dapat menghapus komentar pengguna lain!"
|
|
15
|
+
}
|
package/locales/ja.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"A2y4",
|
|
5
|
+
"Chqaz"
|
|
6
|
+
]
|
|
7
|
+
},
|
|
8
|
+
"ep_comments_page.comment": "コメント",
|
|
9
|
+
"ep_comments_page.comments": "コメント",
|
|
10
|
+
"ep_comments_page.comments_template.comment.value": "コメント",
|
|
11
|
+
"ep_comments_page.comments_template.cancel.value": "キャンセル",
|
|
12
|
+
"ep_comments_page.comments_template.reply.value": "返信",
|
|
13
|
+
"ep_comments_page.comments_template.reply.placeholder": "返信",
|
|
14
|
+
"ep_comments_page.comments_template.edit_comment.save": "保存",
|
|
15
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "キャンセル"
|
|
16
|
+
}
|
package/locales/ko.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
+
"Dr1t jg",
|
|
4
5
|
"Ykhwong",
|
|
5
6
|
"그냥기여자"
|
|
6
7
|
]
|
|
@@ -14,10 +15,12 @@
|
|
|
14
15
|
"ep_comments_page.edit_comment.title": "이 의견 편집하기",
|
|
15
16
|
"ep_comments_page.show_comments": "의견 표시",
|
|
16
17
|
"ep_comments_page.comments_template.suggested_change": "제안된 변경 사항",
|
|
18
|
+
"ep_comments_page.comments_template.from": "출발지",
|
|
17
19
|
"ep_comments_page.comments_template.accept_change.value": "변경 수락",
|
|
18
20
|
"ep_comments_page.comments_template.revert_change.value": "변경사항 되돌리기",
|
|
19
21
|
"ep_comments_page.comments_template.suggested_change_from": "\"{{changeFrom}}\"에서 \"{{changeTo}}\"(으)로 변경 제안됨",
|
|
20
22
|
"ep_comments_page.comments_template.suggest_change_from": "\"{{changeFrom}}\"에서 다음으로 변경할 것으로 제안:",
|
|
23
|
+
"ep_comments_page.comments_template.to": "도착지",
|
|
21
24
|
"ep_comments_page.comments_template.include_suggestion": "제안된 변경사항 포함",
|
|
22
25
|
"ep_comments_page.comments_template.comment.value": "의견",
|
|
23
26
|
"ep_comments_page.comments_template.cancel.value": "취소",
|
package/locales/krc.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Къарачайлы"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Комментарий",
|
|
8
|
+
"ep_comments_page.comments": "Комментарийле",
|
|
9
|
+
"ep_comments_page.add_comment.title": "Сайлаугъа джангы комментарий къош",
|
|
10
|
+
"ep_comments_page.add_comment": "Сайлаугъа джангы комментарий къош",
|
|
11
|
+
"ep_comments_page.add_comment.hint": "Тилейбиз, алгъын комментарий этиллик текстни сайла",
|
|
12
|
+
"ep_comments_page.delete_comment.title": "Бу комментарийни кетер",
|
|
13
|
+
"ep_comments_page.edit_comment.title": "Бу комментарийни тюзет",
|
|
14
|
+
"ep_comments_page.show_comments": "Комментарийлени кёргюзт",
|
|
15
|
+
"ep_comments_page.comments_template.suggested_change": "Теджелген тюрлендириу",
|
|
16
|
+
"ep_comments_page.comments_template.from": "Джиберген",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "Тюрлениуню къабыл эт",
|
|
18
|
+
"ep_comments_page.comments_template.revert_change.value": "Тюрлениуню кери ал",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "\"{{changeFrom}}\"-дан/ден, {{changeTo}}-гъа/ге теджелген тюрлениу",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "\"{{changeFrom}}\"-ден/дан былайгъа теджелген тюрлениу",
|
|
21
|
+
"ep_comments_page.comments_template.to": "Алыучу",
|
|
22
|
+
"ep_comments_page.comments_template.include_suggestion": "Теджелген тюрлендириуню къош",
|
|
23
|
+
"ep_comments_page.comments_template.comment.value": "Комментарий",
|
|
24
|
+
"ep_comments_page.comments_template.cancel.value": "Ызына алыу",
|
|
25
|
+
"ep_comments_page.comments_template.reply.value": "Джууабла",
|
|
26
|
+
"ep_comments_page.comments_template.reply.placeholder": "Джууабла",
|
|
27
|
+
"ep_comments_page.comments_template.edit_comment.save": "сакъла",
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "ызына алыу",
|
|
29
|
+
"ep_comments_page.error.edit_unauth": "Башха къошулуучуланы комментарийлерин тюзеталлыкъ тюлсюз!",
|
|
30
|
+
"ep_comments_page.error.delete_unauth": "Башха къошулуучуланы комментарийлерин кетераллыкъ тюлсюз!"
|
|
31
|
+
}
|
package/locales/lt.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Nokeoo"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Komentaras",
|
|
8
|
+
"ep_comments_page.comments": "Komentarai",
|
|
9
|
+
"ep_comments_page.add_comment.title": "Pridėkite naują komentarą prie pasirinkimo",
|
|
10
|
+
"ep_comments_page.add_comment": "Pridėkite naują komentarą prie pasirinkimo",
|
|
11
|
+
"ep_comments_page.add_comment.hint": "Pirmiausia pasirinkite tekstą, kurį norite komentuoti",
|
|
12
|
+
"ep_comments_page.delete_comment.title": "Ištrinti šį komentarą",
|
|
13
|
+
"ep_comments_page.edit_comment.title": "Redaguoti šį komentarą",
|
|
14
|
+
"ep_comments_page.show_comments": "Rodyti komentarus",
|
|
15
|
+
"ep_comments_page.comments_template.suggested_change": "Siūlomas keitimas",
|
|
16
|
+
"ep_comments_page.comments_template.from": "Nuo",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "Priimti keitimą",
|
|
18
|
+
"ep_comments_page.comments_template.revert_change.value": "Atmesti keitimą",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "Siūlomas keitimas iš „{{changeFrom}}“ į „{{changeTo}}“",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "Siūlyti keisti iš „{{changeFrom}}“ į",
|
|
21
|
+
"ep_comments_page.comments_template.to": "Į",
|
|
22
|
+
"ep_comments_page.comments_template.include_suggestion": "Įtraukti pasiūlytą keitimą",
|
|
23
|
+
"ep_comments_page.comments_template.comment.value": "Komentaras",
|
|
24
|
+
"ep_comments_page.comments_template.cancel.value": "Atšaukti",
|
|
25
|
+
"ep_comments_page.comments_template.reply.value": "Atsakyti",
|
|
26
|
+
"ep_comments_page.comments_template.reply.placeholder": "Atsakyti",
|
|
27
|
+
"ep_comments_page.comments_template.edit_comment.save": "išsaugoti",
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "atšaukti",
|
|
29
|
+
"ep_comments_page.error.edit_unauth": "Negalite redaguoti kitų naudotojų komentarų!",
|
|
30
|
+
"ep_comments_page.error.delete_unauth": "Negalite trinti kitų naudotojų komentarų!"
|
|
31
|
+
}
|
package/locales/pt-br.json
CHANGED
|
@@ -2,12 +2,14 @@
|
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
4
|
"Eduardoaddad",
|
|
5
|
-
"Svjatysberega"
|
|
5
|
+
"Svjatysberega",
|
|
6
|
+
"YuriNikolai"
|
|
6
7
|
]
|
|
7
8
|
},
|
|
8
9
|
"ep_comments_page.comment": "Comentário",
|
|
9
10
|
"ep_comments_page.comments": "Comentários",
|
|
10
11
|
"ep_comments_page.add_comment.title": "Adicionar um novo comentário sobre a seleção",
|
|
12
|
+
"ep_comments_page.add_comment": "Adicionar novo comentário na seleção",
|
|
11
13
|
"ep_comments_page.add_comment.hint": "Favor selecionar primeiro o texto a comentar",
|
|
12
14
|
"ep_comments_page.delete_comment.title": "Apagar este comentário",
|
|
13
15
|
"ep_comments_page.edit_comment.title": "Editar este comentário",
|
package/locales/sc.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Adr mm"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Cummentu",
|
|
8
|
+
"ep_comments_page.comments": "Cummentos",
|
|
9
|
+
"ep_comments_page.add_comment.title": "Agiunghe unu cummentu nou a sa seletzione",
|
|
10
|
+
"ep_comments_page.add_comment": "Agiunghe unu cummentu a sa seletzione",
|
|
11
|
+
"ep_comments_page.add_comment.hint": "Seletziona prima su testu chi boles cummentare",
|
|
12
|
+
"ep_comments_page.delete_comment.title": "Cantzella custu cummentu",
|
|
13
|
+
"ep_comments_page.edit_comment.title": "Modìfica custu cummentu",
|
|
14
|
+
"ep_comments_page.show_comments": "Ammustra cummentos",
|
|
15
|
+
"ep_comments_page.comments_template.suggested_change": "Modìficas sugeridas",
|
|
16
|
+
"ep_comments_page.comments_template.from": "Dae",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "Atzeta sa modìfica",
|
|
18
|
+
"ep_comments_page.comments_template.revert_change.value": "Refuda sa modìfica",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "Modìfica sugerida dae \"{{changeFrom}}\" in \"{{changeTo}}\"",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "Modìfica sugerida dae \"{{changeFrom}}\" in",
|
|
21
|
+
"ep_comments_page.comments_template.to": "In",
|
|
22
|
+
"ep_comments_page.comments_template.include_suggestion": "Include sa modìfica sugerida",
|
|
23
|
+
"ep_comments_page.comments_template.comment.value": "Cummentu",
|
|
24
|
+
"ep_comments_page.comments_template.cancel.value": "Annulla",
|
|
25
|
+
"ep_comments_page.comments_template.reply.value": "Risponde",
|
|
26
|
+
"ep_comments_page.comments_template.reply.placeholder": "Risponde",
|
|
27
|
+
"ep_comments_page.comments_template.edit_comment.save": "sarva",
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "annulla",
|
|
29
|
+
"ep_comments_page.error.edit_unauth": "Non podes modificare is cummentos de is àteros autores.",
|
|
30
|
+
"ep_comments_page.error.delete_unauth": "Non podes cantzellare is cummentos de is àteros autores."
|
|
31
|
+
}
|
package/locales/sdc.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"F Samaritani"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Oggettu",
|
|
8
|
+
"ep_comments_page.comments_template.from": "Da",
|
|
9
|
+
"ep_comments_page.comments_template.cancel.value": "Annullà",
|
|
10
|
+
"ep_comments_page.comments_template.reply.value": "Ripundì",
|
|
11
|
+
"ep_comments_page.comments_template.reply.placeholder": "Ripundì",
|
|
12
|
+
"ep_comments_page.comments_template.edit_comment.save": "Saivva",
|
|
13
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "Annullà"
|
|
14
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Saraiki"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "تبصرہ",
|
|
8
|
+
"ep_comments_page.comments": "تبصرے",
|
|
9
|
+
"ep_comments_page.delete_comment.title": "ایہ تبصرہ مٹاؤ",
|
|
10
|
+
"ep_comments_page.edit_comment.title": "ایں تبصرے وچ تبدیلی کرو",
|
|
11
|
+
"ep_comments_page.show_comments": "تبصرے ݙکھاؤ",
|
|
12
|
+
"ep_comments_page.comments_template.from": "کنوں",
|
|
13
|
+
"ep_comments_page.comments_template.accept_change.value": "تبدیلی قبول کرو",
|
|
14
|
+
"ep_comments_page.comments_template.to": "کوں",
|
|
15
|
+
"ep_comments_page.comments_template.comment.value": "تبصرہ",
|
|
16
|
+
"ep_comments_page.comments_template.cancel.value": "منسوخ",
|
|
17
|
+
"ep_comments_page.comments_template.reply.value": "جواب",
|
|
18
|
+
"ep_comments_page.comments_template.reply.placeholder": "جواب",
|
|
19
|
+
"ep_comments_page.comments_template.edit_comment.save": "بچاؤ",
|
|
20
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "منسوخ"
|
|
21
|
+
}
|
package/locales/sl.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Eleassar"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Komentar",
|
|
8
|
+
"ep_comments_page.comments": "Komentarji",
|
|
9
|
+
"ep_comments_page.add_comment.title": "Dodaj nov komentar k izbiri",
|
|
10
|
+
"ep_comments_page.add_comment": "Dodaj nov komentar k izbiri",
|
|
11
|
+
"ep_comments_page.add_comment.hint": "Najprej izberite besedilo za komentiranje",
|
|
12
|
+
"ep_comments_page.delete_comment.title": "Izbriši komentar",
|
|
13
|
+
"ep_comments_page.edit_comment.title": "Uredi komentar",
|
|
14
|
+
"ep_comments_page.show_comments": "Prikaži komentarje",
|
|
15
|
+
"ep_comments_page.comments_template.suggested_change": "Predlagana sprememba",
|
|
16
|
+
"ep_comments_page.comments_template.from": "Iz",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "Sprejmi spremembo",
|
|
18
|
+
"ep_comments_page.comments_template.revert_change.value": "Vrni spremembo",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "Predlagana sprememba iz »{{changeFrom}}« v »{{changeTo}}«",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "Predlagajte spremembo iz »{{changeFrom}}« v",
|
|
21
|
+
"ep_comments_page.comments_template.to": "V",
|
|
22
|
+
"ep_comments_page.comments_template.include_suggestion": "Vključi predlagano spremembo",
|
|
23
|
+
"ep_comments_page.comments_template.comment.value": "Komentar",
|
|
24
|
+
"ep_comments_page.comments_template.cancel.value": "Prekliči",
|
|
25
|
+
"ep_comments_page.comments_template.reply.value": "Odgovor",
|
|
26
|
+
"ep_comments_page.comments_template.reply.placeholder": "Odgovor",
|
|
27
|
+
"ep_comments_page.comments_template.edit_comment.save": "shrani",
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "Prekliči",
|
|
29
|
+
"ep_comments_page.error.edit_unauth": "Ne morete urejati komentarjev drugih uporabnikov!",
|
|
30
|
+
"ep_comments_page.error.delete_unauth": "Ne morete izbrisati komentarjev drugih uporabnikov!"
|
|
31
|
+
}
|
package/locales/smn.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Yupik"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Čääli komment",
|
|
8
|
+
"ep_comments_page.comments_template.comment.value": "Čääli komment",
|
|
9
|
+
"ep_comments_page.comments_template.cancel.value": "Jooskâ",
|
|
10
|
+
"ep_comments_page.comments_template.reply.value": "Västid",
|
|
11
|
+
"ep_comments_page.comments_template.reply.placeholder": "Västid",
|
|
12
|
+
"ep_comments_page.comments_template.edit_comment.save": "vuorkkii",
|
|
13
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "jooskâ"
|
|
14
|
+
}
|
package/locales/sms.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Yupik"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Kommentââʹst",
|
|
8
|
+
"ep_comments_page.comments": "Kommeeʹnt",
|
|
9
|
+
"ep_comments_page.delete_comment.title": "Jaukkâd tän kommeeʹnt",
|
|
10
|
+
"ep_comments_page.edit_comment.title": "Muuʹtt tän kommeeʹnt",
|
|
11
|
+
"ep_comments_page.show_comments": "Čuäʹjet kommeeʹntid",
|
|
12
|
+
"ep_comments_page.comments_template.suggested_change": "Eʹtǩǩuum muuttâs",
|
|
13
|
+
"ep_comments_page.comments_template.from": "Vuõltteei",
|
|
14
|
+
"ep_comments_page.comments_template.accept_change.value": "Priim muttâz",
|
|
15
|
+
"ep_comments_page.comments_template.revert_change.value": "Kååʹmet muttâz",
|
|
16
|
+
"ep_comments_page.comments_template.to": "Vuâsttavaʹlddi",
|
|
17
|
+
"ep_comments_page.comments_template.comment.value": "Kommentââʹst",
|
|
18
|
+
"ep_comments_page.comments_template.cancel.value": "Jõõsk",
|
|
19
|
+
"ep_comments_page.comments_template.reply.value": "Vaʹstted",
|
|
20
|
+
"ep_comments_page.comments_template.reply.placeholder": "Vaʹstted",
|
|
21
|
+
"ep_comments_page.comments_template.edit_comment.save": "ruõkk",
|
|
22
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "jõõsk"
|
|
23
|
+
}
|
package/locales/sq.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Besnik b"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Koment",
|
|
8
|
+
"ep_comments_page.comments": "Komente",
|
|
9
|
+
"ep_comments_page.add_comment.title": "Shtoni te përzgjedhja një koment të ri",
|
|
10
|
+
"ep_comments_page.add_comment": "Shtoni te përzgjedhja një koment të ri",
|
|
11
|
+
"ep_comments_page.add_comment.hint": "Ju lutemi, së pari përzgjidhni tekstin për komentim",
|
|
12
|
+
"ep_comments_page.delete_comment.title": "Fshije këtë koment",
|
|
13
|
+
"ep_comments_page.edit_comment.title": "Përpunojeni këtë koment",
|
|
14
|
+
"ep_comments_page.show_comments": "Shfaqi Komentet",
|
|
15
|
+
"ep_comments_page.comments_template.suggested_change": "Ndryshim i Sugjeruar",
|
|
16
|
+
"ep_comments_page.comments_template.from": "Nga",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "Pranoje Ndryshimin",
|
|
18
|
+
"ep_comments_page.comments_template.revert_change.value": "Prapaktheje Ndryshimin",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "Ndryshim i sugjeruar nga “{{changeFrom}}” në “{{changeTo}}”",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "Sugjeroni ndryshim nga “{{changeFrom}}” në",
|
|
21
|
+
"ep_comments_page.comments_template.to": "Në",
|
|
22
|
+
"ep_comments_page.comments_template.include_suggestion": "Përfshije ndryshimin e sugjeruar",
|
|
23
|
+
"ep_comments_page.comments_template.comment.value": "Koment",
|
|
24
|
+
"ep_comments_page.comments_template.cancel.value": "Anuloje",
|
|
25
|
+
"ep_comments_page.comments_template.reply.value": "Përgjigjuni",
|
|
26
|
+
"ep_comments_page.comments_template.reply.placeholder": "Përgjigjuni",
|
|
27
|
+
"ep_comments_page.comments_template.edit_comment.save": "ruaje",
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "anuloje",
|
|
29
|
+
"ep_comments_page.error.edit_unauth": "S’mund të përpunoni komente përdoruesish të tjerë!",
|
|
30
|
+
"ep_comments_page.error.delete_unauth": "S’mund të fshini komente përdoruesish të tjerë!"
|
|
31
|
+
}
|
package/locales/th.json
CHANGED
package/locales/zh-hans.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
+
"HellojoeAoPS",
|
|
4
5
|
"TsuyaMarisa",
|
|
5
6
|
"列维劳德"
|
|
6
7
|
]
|
|
@@ -8,20 +9,20 @@
|
|
|
8
9
|
"ep_comments_page.comment": "评论",
|
|
9
10
|
"ep_comments_page.comments": "评论",
|
|
10
11
|
"ep_comments_page.add_comment.title": "在选项中添加新评论",
|
|
11
|
-
"ep_comments_page.add_comment": "
|
|
12
|
-
"ep_comments_page.add_comment.hint": "
|
|
12
|
+
"ep_comments_page.add_comment": "对选择添加新评论",
|
|
13
|
+
"ep_comments_page.add_comment.hint": "请先选择要发表评论的文字",
|
|
13
14
|
"ep_comments_page.delete_comment.title": "删除此评论",
|
|
14
15
|
"ep_comments_page.edit_comment.title": "编辑此注释",
|
|
15
16
|
"ep_comments_page.show_comments": "显示评论",
|
|
16
17
|
"ep_comments_page.comments_template.suggested_change": "建议更改",
|
|
17
18
|
"ep_comments_page.comments_template.from": "来自",
|
|
18
19
|
"ep_comments_page.comments_template.accept_change.value": "接受更改",
|
|
19
|
-
"ep_comments_page.comments_template.revert_change.value": "
|
|
20
|
-
"ep_comments_page.comments_template.suggested_change_from": "
|
|
21
|
-
"ep_comments_page.comments_template.suggest_change_from": "建议从“{{changeFrom}}
|
|
20
|
+
"ep_comments_page.comments_template.revert_change.value": "恢复更改",
|
|
21
|
+
"ep_comments_page.comments_template.suggested_change_from": "建议从“{{changeFrom}}”更改为“{{changeTo}}”",
|
|
22
|
+
"ep_comments_page.comments_template.suggest_change_from": "建议从“{{changeFrom}}”更改为",
|
|
22
23
|
"ep_comments_page.comments_template.to": "至",
|
|
23
|
-
"ep_comments_page.comments_template.include_suggestion": "
|
|
24
|
-
"ep_comments_page.comments_template.comment.value": "
|
|
24
|
+
"ep_comments_page.comments_template.include_suggestion": "包括建议的更改",
|
|
25
|
+
"ep_comments_page.comments_template.comment.value": "评论",
|
|
25
26
|
"ep_comments_page.comments_template.cancel.value": "取消",
|
|
26
27
|
"ep_comments_page.comments_template.reply.value": "回复",
|
|
27
28
|
"ep_comments_page.comments_template.reply.placeholder": "回复",
|
package/locales/zh-hant.json
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
+
"HellojoeAoPS",
|
|
4
5
|
"Kly"
|
|
5
6
|
]
|
|
6
7
|
},
|
|
7
8
|
"ep_comments_page.comment": "意見",
|
|
8
9
|
"ep_comments_page.comments": "意見",
|
|
9
|
-
"ep_comments_page.add_comment.title": "
|
|
10
|
-
"ep_comments_page.add_comment": "
|
|
11
|
-
"ep_comments_page.add_comment.hint": "
|
|
12
|
-
"ep_comments_page.delete_comment.title": "
|
|
10
|
+
"ep_comments_page.add_comment.title": "對選擇新增意見",
|
|
11
|
+
"ep_comments_page.add_comment": "對選擇新增意見",
|
|
12
|
+
"ep_comments_page.add_comment.hint": "請先選擇要發表評論的文字",
|
|
13
|
+
"ep_comments_page.delete_comment.title": "刪除這則意見",
|
|
13
14
|
"ep_comments_page.edit_comment.title": "編輯此意見",
|
|
14
15
|
"ep_comments_page.show_comments": "顯示意見",
|
|
15
16
|
"ep_comments_page.comments_template.suggested_change": "建議更改",
|
|
16
17
|
"ep_comments_page.comments_template.from": "來自",
|
|
17
18
|
"ep_comments_page.comments_template.accept_change.value": "接受更改",
|
|
18
|
-
"ep_comments_page.comments_template.revert_change.value": "
|
|
19
|
-
"ep_comments_page.comments_template.suggested_change_from": "
|
|
20
|
-
"ep_comments_page.comments_template.suggest_change_from": "
|
|
19
|
+
"ep_comments_page.comments_template.revert_change.value": "恢復更改",
|
|
20
|
+
"ep_comments_page.comments_template.suggested_change_from": "建議從“{{changeFrom}}”更改為“{{changeTo}}”",
|
|
21
|
+
"ep_comments_page.comments_template.suggest_change_from": "建議從“{{changeFrom}}”更改為",
|
|
21
22
|
"ep_comments_page.comments_template.to": "至",
|
|
22
23
|
"ep_comments_page.comments_template.include_suggestion": "包含建議更改",
|
|
23
24
|
"ep_comments_page.comments_template.comment.value": "意見",
|
|
@@ -26,6 +27,6 @@
|
|
|
26
27
|
"ep_comments_page.comments_template.reply.placeholder": "回覆",
|
|
27
28
|
"ep_comments_page.comments_template.edit_comment.save": "儲存",
|
|
28
29
|
"ep_comments_page.comments_template.edit_comment.cancel": "取消",
|
|
29
|
-
"ep_comments_page.error.edit_unauth": "
|
|
30
|
-
"ep_comments_page.error.delete_unauth": "
|
|
30
|
+
"ep_comments_page.error.edit_unauth": "您無法編輯其他使用者的意見!",
|
|
31
|
+
"ep_comments_page.error.delete_unauth": "您無法刪除其他使用者的意見!"
|
|
31
32
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Adds comments on sidebar and link it to the text. For no-skin use ep_page_view.",
|
|
3
3
|
"name": "ep_comments_page",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.29",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Nicolas Lescop",
|
|
7
7
|
"email": "limplementeur@gmail.com"
|
|
@@ -22,26 +22,19 @@
|
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"cheerio": "^0.
|
|
26
|
-
"formidable": "^
|
|
27
|
-
"underscore": "^1.13.
|
|
25
|
+
"cheerio": "^1.0.0-rc.12",
|
|
26
|
+
"formidable": "^3.5.1",
|
|
27
|
+
"underscore": "^1.13.6"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"eslint": "^8.
|
|
31
|
-
"eslint-config-etherpad": "^
|
|
32
|
-
"socket.io-client": "^
|
|
33
|
-
"superagent": "^
|
|
34
|
-
"typescript": "^4.
|
|
35
|
-
},
|
|
36
|
-
"scripts": {
|
|
37
|
-
"lint": "eslint .",
|
|
38
|
-
"lint:fix": "eslint --fix ."
|
|
30
|
+
"eslint": "^8.57.0",
|
|
31
|
+
"eslint-config-etherpad": "^4.0.4",
|
|
32
|
+
"socket.io-client": "^4.7.5",
|
|
33
|
+
"superagent": "^8.1.2",
|
|
34
|
+
"typescript": "^5.4.2"
|
|
39
35
|
},
|
|
40
36
|
"engines": {
|
|
41
|
-
"node": ">=
|
|
42
|
-
},
|
|
43
|
-
"peerDependencies": {
|
|
44
|
-
"ep_etherpad-lite": ">=1.8.6"
|
|
37
|
+
"node": ">=18.0.0"
|
|
45
38
|
},
|
|
46
39
|
"repository": {
|
|
47
40
|
"type": "git",
|
|
@@ -50,5 +43,9 @@
|
|
|
50
43
|
"funding": {
|
|
51
44
|
"type": "individual",
|
|
52
45
|
"url": "https://etherpad.org/"
|
|
46
|
+
},
|
|
47
|
+
"scripts": {
|
|
48
|
+
"lint": "eslint .",
|
|
49
|
+
"lint:fix": "eslint --fix ."
|
|
53
50
|
}
|
|
54
|
-
}
|
|
51
|
+
}
|
|
@@ -116,14 +116,18 @@ const changeEtherpadLanguageTo = async (lang) => {
|
|
|
116
116
|
|
|
117
117
|
// select the language
|
|
118
118
|
const $language = chrome$('#languagemenu');
|
|
119
|
-
$language.
|
|
120
|
-
$
|
|
119
|
+
const $languageoption = $language.find(`[value=${lang}]`);
|
|
120
|
+
$languageoption.attr('selected', 'selected');
|
|
121
|
+
$language.trigger('change');
|
|
121
122
|
|
|
122
123
|
// hide settings again
|
|
123
124
|
$settingsButton.click();
|
|
124
125
|
|
|
125
126
|
await helper.waitForPromise(
|
|
126
|
-
() =>
|
|
127
|
+
() => {
|
|
128
|
+
console.log(chrome$('.buttonicon-bold').parent()[0].title);
|
|
129
|
+
return chrome$('.buttonicon-bold').parent()[0].title === boldTitles[lang];
|
|
130
|
+
});
|
|
127
131
|
};
|
|
128
132
|
|
|
129
133
|
const getCommentId = () => {
|