ep_comments_page 0.1.86 → 0.1.87
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/tr.json +3 -0
- package/package.json +1 -1
package/locales/tr.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
+
"Can",
|
|
4
5
|
"Erdemkose",
|
|
5
6
|
"Hedda"
|
|
6
7
|
]
|
|
@@ -17,6 +18,8 @@
|
|
|
17
18
|
"ep_comments_page.comments_template.from": "Gönderen",
|
|
18
19
|
"ep_comments_page.comments_template.accept_change.value": "Değişikliği Kabul Et",
|
|
19
20
|
"ep_comments_page.comments_template.revert_change.value": "Değişikliği Geri Al",
|
|
21
|
+
"ep_comments_page.comments_template.suggested_change_from": "\"{{changeFrom}}\"'dan/den, {{changeTo}}'ye/ya önerilen değişiklik",
|
|
22
|
+
"ep_comments_page.comments_template.suggest_change_from": "\"{{changeFrom}}\"'den/dan şuraya önerilen değişiklik",
|
|
20
23
|
"ep_comments_page.comments_template.to": "Alıcı",
|
|
21
24
|
"ep_comments_page.comments_template.include_suggestion": "Önerilen değişikliği dahil et",
|
|
22
25
|
"ep_comments_page.comments_template.comment.value": "Yorum",
|
package/package.json
CHANGED