jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/928494 )
Change subject: Localisation updates from https://translatewiki.net. ......................................................................
Localisation updates from https://translatewiki.net.
Change-Id: Idafc71e9416f1378758186a9f428b793e2a3acec --- M checkimages/vi.json M protect/nl.json M basic/vi.json M unprotect/nl.json A delinker/nl.json M category/vi.json 6 files changed, 24 insertions(+), 5 deletions(-)
Approvals: L10n-bot: Looks good to me, approved jenkins-bot: Verified
diff --git a/basic/vi.json b/basic/vi.json index 9211fa0..4551434 100644 --- a/basic/vi.json +++ b/basic/vi.json @@ -5,5 +5,5 @@ "Minh Nguyen" ] }, - "basic-changing": "Bot: Thay đổi ..." + "basic-changing": "Bot: Thay đổi…" } diff --git a/category/vi.json b/category/vi.json index ec5765f..a453aba 100644 --- a/category/vi.json +++ b/category/vi.json @@ -11,7 +11,7 @@ "category-listifying": "Bot: Danh sách hóa từ %(fromcat)s (%(num)d trang)", "category-removing": "Bot: Dời %(oldcat)s", "category-renamed": "Bot: Di chuyển từ %(oldcat)s. Tác giả: %(authors)s", - "category-replacing": "Bot: Di chuyển %(oldcat)s sang %(newcat)s", + "category-replacing": "Bot: Thay thể loại %(oldcat)s bằng %(newcat)s", "category-section-title": "Lịch sử các trang từng nằm trong %(oldcat)s", "category-strip-cfd-templates": "Bot: Gỡ bản mẫu đề nghị xóa thể loại vì đã được giải quyết", "category-strip-sort-keys": "Bot: Gỡ từ khóa sắp xếp vì tác vụ đã được giải quyết", diff --git a/checkimages/vi.json b/checkimages/vi.json index 96eb45d..18fefe2 100644 --- a/checkimages/vi.json +++ b/checkimages/vi.json @@ -12,7 +12,7 @@ "checkimages-log-comment": "Bot: Cập nhật nhật trình", "checkimages-no-license-head": "Tập tin thiếu giấy phép", "checkimages-source-tag-comment": "Bot: Đánh dấu tập tin mới tải lên chưa gắn thẻ", - "checkimages-source-notice-comment": "Bot: Yêu cầu thông tin nguồn gốc.", + "checkimages-source-notice-comment": "Bot: Yêu cầu thông tin nguồn gốc", "checkimages-unknown-extension-head": "Phần mở rộng không rõ!", "checkimages-unknown-extension-msg": "Tên tập tin %(file)s hình như có phần mở rộng sai, xin hãy xem lại." } diff --git a/delinker/nl.json b/delinker/nl.json new file mode 100644 index 0000000..accbab0 --- /dev/null +++ b/delinker/nl.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "HanV" + ] + }, + "delinker-delink": "Bot: het bestand [[%(title)s]] is verwijderd, want dat bestand is verwijderd door [[:User:%(user)s]]: ''%(comment)s''" +} diff --git a/protect/nl.json b/protect/nl.json index f3bbbcd..682e188 100644 --- a/protect/nl.json +++ b/protect/nl.json @@ -1,6 +1,7 @@ { "@metadata": { "authors": [ + "HanV", "McDutchie", "Siebrand" ] @@ -8,6 +9,6 @@ "protect-category": "Robot: alle pagina's uit categorie %(cat)s beveiligd", "protect-images": "Robot: alle op %(page)s gebruikte bestanden beveiligd", "protect-links": "Robot: alle pagina's met verwijzingen vanaf %(page)s beveiligd", - "protect-ref": "Robot: alle pagina's met een verwijzing op %(page)s beveiligd", + "protect-ref": "Bot: alle pagina's met een verwijzing naar %(page)s beveiligen", "protect-simple": "Robot: lijst met bestanden beveiligd" } diff --git a/unprotect/nl.json b/unprotect/nl.json index 7d39000..e899300 100644 --- a/unprotect/nl.json +++ b/unprotect/nl.json @@ -1,6 +1,7 @@ { "@metadata": { "authors": [ + "HanV", "McDutchie", "Siebrand" ] @@ -8,6 +9,6 @@ "unprotect-category": "Robot: beveiliging voor alle pagina's uit categorie %(cat)s opgeheven", "unprotect-images": "Robot: beveiliging van alle bestanden op pagina %(page)s opgeheven", "unprotect-links": "Robot: beveiliging van alle vanaf %(page)s gekoppelde pagina's opgeheven", - "unprotect-ref": "Robot: beveiliging van alle pagina's met een koppeling naar %(page)s opgeheven", + "unprotect-ref": "Bot: beveiliging van alle pagina's met een koppeling naar %(page)s opheffen", "unprotect-simple": "Robot: beveiliging van een lijst met bestanden opgeheven" }
pywikibot-commits@lists.wikimedia.org