Use single wuu variant only

It seems consistent with others, but waiting for feedback from #852.
This commit is contained in:
Michal Čihař 2023-01-30 14:00:57 +01:00
parent e7eac62819
commit fdc6132861
113 changed files with 835 additions and 110 deletions

View file

@ -613,6 +613,7 @@ The Plurals column lists data in languages.csv which is used in Weblate
| wen | Sorbian | nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10\<=4 && (n%100\<10 \|\| n%100>=20) ? 1 : 2; | | | | |
| wep | Westphalien | nplurals=2; plural=n != 1; | | | | |
| wo | Wolof | nplurals=1; plural=0; | ✔ | | ✔ | nplurals=2; plural=(n != 1); |
| wuu | Wu | nplurals=1; plural=0; | | | | |
| xal | Kalmyk | nplurals=2; plural=n != 1; | | | | |
| xh | Xhosa | nplurals=2; plural=n != 1; | ✔ | | | |
| xog | Soga | nplurals=2; plural=n != 1; | ✔ | | | |

View file

@ -606,8 +606,7 @@ war,Waray (Philippines),2,n != 1
was,Washo,2,n != 1
wen,Sorbian,3,n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2
wep,Westphalien,2,n != 1
wuu_Hans,Wu (Simplified),1,0
wuu_Hant,Wu (Traditional),1,0
wuu,Wu,1,0
wo,Wolof,1,0
xal,Kalmyk,2,n != 1
xh,Xhosa,2,n != 1

1 code name nplurals formula
606 was Washo 2 n != 1
607 wen Sorbian 3 n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2
608 wep Westphalien 2 n != 1
609 wuu_Hans wuu Wu (Simplified) Wu 1 0
wuu_Hant Wu (Traditional) 1 0
610 wo Wolof 1 0
611 xal Kalmyk 2 n != 1
612 xh Xhosa 2 n != 1

View file

@ -957,6 +957,7 @@ LANGUAGES = {
"wln",
"wo",
"wol",
"wuu",
"xal",
"xbelorussian",
"xh",

View file

@ -5479,6 +5479,15 @@ LANGUAGES = (
2,
"n != 1",
),
(
"wuu",
# Translators: Language name for ISO code "wuu". The parenthesis clarifies
# variant of the language. It could contain a region, age (Old, Middle, ...)
# or other variant.
_("Wu"),
1,
"0",
),
(
"wo",
# Translators: Language name for ISO code "wo". The parenthesis clarifies

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3658,6 +3658,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3658,6 +3658,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3658,6 +3658,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Arabic <https://hosted.weblate.org/projects/weblate/languages/"
@ -3880,6 +3880,13 @@ msgstr "الصوربية"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "التايلاندية"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2020-06-19 09:20+0000\n"
"Last-Translator: Ayoub Rejal <ayoubrejal@gmail.com>\n"
"Language-Team: Arabic (Libya) <https://hosted.weblate.org/projects/weblate/"
@ -3691,6 +3691,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3658,6 +3658,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Asturian <https://hosted.weblate.org/projects/weblate/"
@ -3840,6 +3840,14 @@ msgstr ""
msgid "Westphalien"
msgstr "Westphalien"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
#| msgid "Wayu"
msgid "Wu"
msgstr "Wayu"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-11-07 18:05+0000\n"
"Last-Translator: Ariz Mirzəzadə <by.ariz@bk.ru>\n"
"Language-Team: Azerbaijani <https://hosted.weblate.org/projects/weblate/"
@ -3859,6 +3859,13 @@ msgstr "Sorbca"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Balsa"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Belarusian <https://hosted.weblate.org/projects/weblate/"
@ -3818,6 +3818,12 @@ msgstr "Лужыцкая"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Belarusian (latin) <https://hosted.weblate.org/projects/"
@ -3884,6 +3884,12 @@ msgstr "lužyckaja"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-22 20:54+0000\n"
"Last-Translator: ⵣⵓⵀⵉⵔ ⴰⵎⴰⵣⵉⵖ زهير أمازيغ <zouhirdehbi56@gmail.com>\n"
"Language-Team: Berber <https://hosted.weblate.org/projects/weblate/languages/"
@ -3669,6 +3669,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-15 23:09+0000\n"
"Last-Translator: Любомир Василев <lyubomirv@gmx.com>\n"
"Language-Team: Bulgarian <https://hosted.weblate.org/projects/weblate/"
@ -3666,6 +3666,12 @@ msgstr "Лужишки"
msgid "Westphalien"
msgstr "Вестфалски"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-06-14 05:12+0000\n"
"Last-Translator: Oymate <dhruboadittya96@gmail.com>\n"
"Language-Team: Bengali <https://hosted.weblate.org/projects/weblate/"
@ -3790,6 +3790,13 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "ওয়ারে"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Bengali (Bangladesh) <https://hosted.weblate.org/projects/"
@ -3829,6 +3829,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-12-01 18:52+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Tibetan <https://hosted.weblate.org/projects/weblate/"
@ -3661,6 +3661,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2016-01-14 15:07+0000\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Breton <https://hosted.weblate.org/projects/weblate/master/br/"
@ -3953,6 +3953,12 @@ msgstr "Serbeg"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-11-21 23:49+0000\n"
"Last-Translator: Eduard Ereza Martínez <eduard@ereza.cat>\n"
"Language-Team: Catalan <https://hosted.weblate.org/projects/weblate/"
@ -3670,6 +3670,13 @@ msgstr "sòrab"
msgid "Westphalien"
msgstr "westfalià"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Balsa"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3755,6 +3755,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Kurdish (Central) <https://hosted.weblate.org/projects/"
@ -3702,6 +3702,12 @@ msgstr "سۆربیان"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3764,6 +3764,14 @@ msgstr ""
msgid "Westphalien"
msgstr "Westphalien"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
#| msgid "Wayu"
msgid "Wu"
msgstr "Wayu"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/weblate/languages/"
@ -3802,6 +3802,13 @@ msgstr "Lužičtina"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "naurština"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Chuvash <https://hosted.weblate.org/projects/weblate/"
@ -3738,6 +3738,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Welsh <https://hosted.weblate.org/projects/weblate/languages/"
@ -3842,6 +3842,13 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Malaieg"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Danish <https://hosted.weblate.org/projects/weblate/languages/"
@ -3700,6 +3700,13 @@ msgstr "Sorbisk"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Waray"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-15 23:09+0000\n"
"Last-Translator: VfBFan <drop0815@posteo.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/weblate/languages/"
@ -3677,6 +3677,14 @@ msgstr "Sorbisch"
msgid "Westphalien"
msgstr "Westfälisch"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
#| msgid "Wayu"
msgid "Wu"
msgstr "Wayu"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3659,6 +3659,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3658,6 +3658,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-02-05 15:59+0000\n"
"Last-Translator: george kitsoukakis <norhorn@gmail.com>\n"
"Language-Team: Greek <https://hosted.weblate.org/projects/weblate/languages/"
@ -3685,6 +3685,12 @@ msgstr "Σορβικά"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-11-25 19:42+0000\n"
"Last-Translator: Andrej Shadura <andrew@shadura.me>\n"
"Language-Team: English (United Kingdom) <https://hosted.weblate.org/projects/"
@ -3703,6 +3703,12 @@ msgstr "Sorbian"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3658,6 +3658,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Esperanto <https://hosted.weblate.org/projects/weblate/"
@ -3871,6 +3871,13 @@ msgstr "Soraba"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Varaja"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-15 23:09+0000\n"
"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/weblate/"
@ -3667,6 +3667,13 @@ msgstr "Sorabo"
msgid "Westphalien"
msgstr "Westfalia"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Waray"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-11-21 23:49+0000\n"
"Last-Translator: Priit Jõerüüt <hwlate@joeruut.com>\n"
"Language-Team: Estonian <https://hosted.weblate.org/projects/weblate/"
@ -3674,6 +3674,13 @@ msgstr "sorbi"
msgid "Westphalien"
msgstr "westfaleni"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Tai"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Basque <https://hosted.weblate.org/projects/weblate/languages/"
@ -3871,6 +3871,13 @@ msgstr "Sorbiera"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Tailandiera"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-02-23 00:57+0000\n"
"Last-Translator: Mokhtar Garmehi <Mokhtar_garmeh@yahoo.com>\n"
"Language-Team: Persian <https://hosted.weblate.org/projects/weblate/"
@ -3773,6 +3773,13 @@ msgstr "صربی"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "نائورویی"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-05 16:51+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Finnish <https://hosted.weblate.org/projects/weblate/"
@ -3676,6 +3676,13 @@ msgstr "Sorbi"
msgid "Westphalien"
msgstr "Westphalien"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "waray"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-08-19 03:21+0000\n"
"Last-Translator: Marco Santos <enum.scima@gmail.com>\n"
"Language-Team: Filipino <https://hosted.weblate.org/projects/weblate/"
@ -3672,6 +3672,12 @@ msgstr "Sorbian"
msgid "Westphalien"
msgstr "Westphalien"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-12-29 23:56+0000\n"
"Last-Translator: J. Lavoie <j.lavoie@net-c.ca>\n"
"Language-Team: French <https://hosted.weblate.org/projects/weblate/languages/"
@ -3664,6 +3664,14 @@ msgstr "Sorabe"
msgid "Westphalien"
msgstr "Westphalien"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
#| msgid "Wayu"
msgid "Wu"
msgstr "wayu"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-12-24 02:14+0000\n"
"Last-Translator: adecorte <adecorte@gmail.com>\n"
"Language-Team: Friulian <https://hosted.weblate.org/projects/weblate/"
@ -3739,6 +3739,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Frisian <https://hosted.weblate.org/projects/weblate/"
@ -3959,6 +3959,12 @@ msgstr "Servysk"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-11-25 19:42+0000\n"
"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
"Language-Team: Galician <https://hosted.weblate.org/projects/weblate/"
@ -3809,6 +3809,14 @@ msgstr "Sorabo"
msgid "Westphalien"
msgstr "Westphalien"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
#| msgid "Wayu"
msgid "Wu"
msgstr "Wayu"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-15 23:09+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://hosted.weblate.org/projects/weblate/languages/"
@ -3664,6 +3664,13 @@ msgstr "סורבית"
msgid "Westphalien"
msgstr "וסטפלית"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "תאילנדית"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-12-17 17:49+0000\n"
"Last-Translator: KushagraKarira <kushagrakarira@gmail.com>\n"
"Language-Team: Hindi <https://hosted.weblate.org/projects/weblate/languages/"
@ -3794,6 +3794,13 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "नायरू"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-19 06:18+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: Croatian <https://hosted.weblate.org/projects/weblate/"
@ -3662,6 +3662,12 @@ msgstr "Lužičkosrpski"
msgid "Westphalien"
msgstr "Vestfalski"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-01-25 02:44+0000\n"
"Last-Translator: Balázs Meskó <meskobalazs@mailbox.org>\n"
"Language-Team: Hungarian <https://hosted.weblate.org/projects/weblate/"
@ -3716,6 +3716,14 @@ msgstr "Szorb"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
#| msgid "Wayu"
msgid "Wu"
msgstr "vaju"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2016-01-14 14:59+0000\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Armenian <https://hosted.weblate.org/projects/weblate/master/"
@ -3853,6 +3853,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3755,6 +3755,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-12-10 11:22+0000\n"
"Last-Translator: Linerly <linerly@protonmail.com>\n"
"Language-Team: Indonesian <https://hosted.weblate.org/projects/weblate/"
@ -3667,6 +3667,14 @@ msgstr "Sorbia"
msgid "Westphalien"
msgstr "Westphalia"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
#| msgid "Waru"
msgid "Wu"
msgstr "Waru"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-03-26 11:37+0000\n"
"Last-Translator: OIS <mistresssilvara@hotmail.com>\n"
"Language-Team: Occidental <https://hosted.weblate.org/projects/weblate/"
@ -3660,6 +3660,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-11-16 11:43+0000\n"
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
"Language-Team: Icelandic <https://hosted.weblate.org/projects/weblate/"
@ -3668,6 +3668,13 @@ msgstr "Sorbneska"
msgid "Westphalien"
msgstr "Westphalien"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Tælenska"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-12-10 11:22+0000\n"
"Last-Translator: bovirus <roberto.boriotti@canon.it>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/weblate/"
@ -3671,6 +3671,14 @@ msgstr "Sorbiano"
msgid "Westphalien"
msgstr "Westphalien"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
#| msgid "Wayu"
msgid "Wu"
msgstr "Wayu"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-15 23:09+0000\n"
"Last-Translator: amano <amano@users.noreply.hosted.weblate.org>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/weblate/"
@ -3922,6 +3922,16 @@ msgstr "ソルブ語"
msgid "Westphalien"
msgstr "ウエストファーレン語"

# フィリピン(の4.6%)
# WARAY-WARAY, Binisayaとも
# ビサヤ族の一部のワライ族
#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "ワライ語"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-08-25 13:17+0000\n"
"Last-Translator: George Salukvadze <giosal90@gmail.com>\n"
"Language-Team: Georgian <https://hosted.weblate.org/projects/weblate/"
@ -3660,6 +3660,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Kabyle <https://hosted.weblate.org/projects/weblate/languages/"
@ -3822,6 +3822,12 @@ msgstr "Taṣoṛbit"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Kazakh <https://hosted.weblate.org/projects/weblate/languages/"
@ -3876,6 +3876,12 @@ msgstr "Sorb"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Khmer (Central) <https://hosted.weblate.org/projects/weblate/"
@ -3830,6 +3830,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-01-14 19:28+0000\n"
"Last-Translator: Pêşeroja paşerojê <cyax1@protonmail.com>\n"
"Language-Team: Kurdish (Northern) <https://hosted.weblate.org/projects/"
@ -3882,6 +3882,12 @@ msgstr "Sorbî"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-23 13:29+0000\n"
"Last-Translator: 이정희 <daemul72@gmail.com>\n"
"Language-Team: Korean <https://hosted.weblate.org/projects/weblate/languages/"
@ -3670,6 +3670,13 @@ msgstr "소르브어"
msgid "Westphalien"
msgstr "베스트팔리아"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Balsa"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2014-10-01 09:41+0200\n"
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
"Language-Team: Colognian <https://hosted.weblate.org/projects/weblate/master/"
@ -3950,6 +3950,12 @@ msgstr "Särbesch"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Lingala <https://hosted.weblate.org/projects/weblate/"
@ -3807,6 +3807,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Lithuanian <https://hosted.weblate.org/projects/weblate/"
@ -3848,6 +3848,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-11-01 13:11+0000\n"
"Last-Translator: Coool (github.com/Coool) <coool@mail.lv>\n"
"Language-Team: Latvian <https://hosted.weblate.org/projects/weblate/"
@ -3768,6 +3768,13 @@ msgstr ""
msgid "Westphalien"
msgstr "Vestfāleņu"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Taizemiešu"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-21 09:23+0000\n"
"Last-Translator: Xiang Heng Wei <yylteam@hotmail.com>\n"
"Language-Team: Chinese (Literary) <https://hosted.weblate.org/projects/"
@ -3660,6 +3660,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Macedonian <https://hosted.weblate.org/projects/weblate/"
@ -3871,6 +3871,13 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Таи"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3759,6 +3759,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Marathi <https://hosted.weblate.org/projects/weblate/"
@ -3835,6 +3835,14 @@ msgstr "सॉर्बियन"
msgid "Westphalien"
msgstr "पश्चिमफलिएन"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
#| msgid "Wayu"
msgid "Wu"
msgstr "वायु"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3833,6 +3833,13 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Thai"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Burmese <https://hosted.weblate.org/projects/weblate/"
@ -3808,6 +3808,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-09-30 22:09+0000\n"
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/weblate/"
@ -3800,6 +3800,13 @@ msgstr "Sorbisk"
msgid "Westphalien"
msgstr "Westfalisk"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "nauru"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-29 12:08+0000\n"
"Last-Translator: Heimen Stoffels <vistausss@fastmail.com>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/weblate/languages/"
@ -3664,6 +3664,13 @@ msgstr "Sorbisch"
msgid "Westphalien"
msgstr "Westfaals"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Waray"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3741,6 +3741,13 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Naurisk"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3738,6 +3738,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2019-08-11 12:03+0000\n"
"Last-Translator: Pro Neon <proneon267@gmail.com>\n"
"Language-Team: Odia <https://hosted.weblate.org/projects/weblate/languages/"
@ -3799,6 +3799,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-11-02 08:51+0000\n"
"Last-Translator: bgo-eiu <huyaqoob+toolforge@gmail.com>\n"
"Language-Team: Punjabi <https://hosted.weblate.org/projects/weblate/"
@ -3834,6 +3834,14 @@ msgstr ""
msgid "Westphalien"
msgstr "ਵੈਸਟਫਾਲੀਨ"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
#| msgid "Wayu"
msgid "Wu"
msgstr "ਵਾਯੂ"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-10-29 21:05+0000\n"
"Last-Translator: bgo-eiu <huyaqoob+toolforge@gmail.com>\n"
"Language-Team: Punjabi (Pakistan) <https://hosted.weblate.org/projects/"
@ -3669,6 +3669,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3658,6 +3658,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-12-10 11:22+0000\n"
"Last-Translator: Agnieszka C <aga_04@o2.pl>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/weblate/languages/"
@ -3669,6 +3669,14 @@ msgstr "łużycki"
msgid "Westphalien"
msgstr "westfalski"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
#| msgid "Wiru"
msgid "Wu"
msgstr "wiru"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3765,6 +3765,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-18 13:47+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: Portuguese <https://hosted.weblate.org/projects/weblate/"
@ -3664,6 +3664,13 @@ msgstr "Sorabo"
msgid "Westphalien"
msgstr "Westfaliano"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "waray"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-15 23:09+0000\n"
"Last-Translator: Eduardo Addad de Oliveira <duduaddad@gmail.com>\n"
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
@ -3668,6 +3668,13 @@ msgstr "Sorábio"
msgid "Westphalien"
msgstr "Westfaliano"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Basco"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-18 13:47+0000\n"
"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: Portuguese (Portugal) <https://hosted.weblate.org/projects/"
@ -3666,6 +3666,12 @@ msgstr "Sorabo"
msgid "Westphalien"
msgstr "Westfaliano"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-12-21 16:50+0000\n"
"Last-Translator: Licaon Kter <licaon.kter@protonmail.com>\n"
"Language-Team: Romanian <https://hosted.weblate.org/projects/weblate/"
@ -3670,6 +3670,13 @@ msgstr "Sorabă"
msgid "Westphalien"
msgstr "Westfalien"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Balsa"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-19 13:52+0000\n"
"Last-Translator: Vin <k3kelm4vw@mozmail.com>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/weblate/"
@ -3678,6 +3678,13 @@ msgstr "Лужицкий"
msgid "Westphalien"
msgstr "Вестфальский"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Варай"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2023-01-18 13:47+0000\n"
"Last-Translator: Ajeje Brazorf <lmelonimamo@yahoo.it>\n"
"Language-Team: Sardinian <https://hosted.weblate.org/projects/weblate/"
@ -3660,6 +3660,12 @@ msgstr "Sòrabu"
msgid "Westphalien"
msgstr "Westphalianu"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-03-06 07:50+0000\n"
"Last-Translator: HelaBasa <R45XvezA@protonmail.ch>\n"
"Language-Team: Sinhala <https://hosted.weblate.org/projects/weblate/"
@ -3678,6 +3678,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Slovak <https://hosted.weblate.org/projects/weblate/languages/"
@ -3858,6 +3858,13 @@ msgstr "Dolnolužická srbčina"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "Thajský"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Slovenian <https://hosted.weblate.org/projects/weblate/"
@ -3789,6 +3789,13 @@ msgstr "lužiška srbščina"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "baskovščina"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
"Language-Team: Albanian <https://hosted.weblate.org/projects/weblate/"
@ -3831,6 +3831,12 @@ msgstr "Sorbisht"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Serbian <https://hosted.weblate.org/projects/weblate/"
@ -3708,6 +3708,13 @@ msgstr "лужичко-српски"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
msgid "Wu"
msgstr "варај"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Serbian (latin) <https://hosted.weblate.org/projects/weblate/"
@ -3707,6 +3707,12 @@ msgstr "lužičko-srpski"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-12-12 22:50+0000\n"
"Last-Translator: Johan Jacobsson <johan.jacobsson@telia.com>\n"
"Language-Team: Swedish <https://hosted.weblate.org/projects/weblate/"
@ -3662,6 +3662,14 @@ msgstr "Sorbiska"
msgid "Westphalien"
msgstr "Westfaliska"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
#| msgid "Wayu"
msgid "Wu"
msgstr "Wayu"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3828,6 +3828,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2021-11-14 00:02+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Tamil <https://hosted.weblate.org/projects/weblate/languages/"
@ -3840,6 +3840,14 @@ msgstr ""
msgid "Westphalien"
msgstr "வடக்கு பாலியன்"

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
#, fuzzy
#| msgid "Wayu"
msgid "Wu"
msgstr "வாயு"

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate Language Data\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -3680,6 +3680,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-10-12 18:26+0000\n"
"Last-Translator: BANKUU <bankuu@gorutan.net>\n"
"Language-Team: Thai <https://hosted.weblate.org/projects/weblate/languages/"
@ -3678,6 +3678,12 @@ msgstr "ซอร์เบีย"
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Weblate 4.3\n"
"Report-Msgid-Bugs-To: https://github.com/WeblateOrg/language-data/issues/\n"
"POT-Creation-Date: 2023-01-29 12:57+0100\n"
"POT-Creation-Date: 2023-01-30 14:00+0100\n"
"PO-Revision-Date: 2022-01-26 17:54+0000\n"
"Last-Translator: Christine Long <lilmamachrislong33@gmail.com>\n"
"Language-Team: Klingon <https://hosted.weblate.org/projects/weblate/"
@ -3660,6 +3660,12 @@ msgstr ""
msgid "Westphalien"
msgstr ""

#. Translators: Language name for ISO code "wuu". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.
msgid "Wu"
msgstr ""

#. Translators: Language name for ISO code "wo". The parenthesis clarifies
#. variant of the language. It could contain a region, age (Old, Middle, ...)
#. or other variant.

Some files were not shown because too many files have changed in this diff Show more