Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 9, 2018
1 parent 1f57dcc commit 6e7c572
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 10 deletions.
4 changes: 2 additions & 2 deletions nikola/data/themes/base/messages/messages_eu.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"Next": "",
"No posts found.": "Ez da argitalpenik aurkitu",
"Nothing found.": "Ez da ezer aurkitu",
"Older posts": "Post zaharragoak",
"Original site": "Jatorrizko orria",
"Older posts": "Argitalpen zaharragoak",
"Original site": "Jatorrizko gunea",
"Posted:": "Argitaratuta:",
"Posts about %s": "%s-ri buruzko argitalpenak",
"Posts by %s": "%s-ek idatzitako argitalpenak",
Expand Down
49 changes: 49 additions & 0 deletions nikola/data/themes/base/messages/messages_ml.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# -*- encoding:utf-8 -*-
"""Autogenerated file, do not edit. Submit translations on Transifex."""

MESSAGES = {
"%d min remaining to read": "%d മിനിട്ട് കൂടി വായിച്ചു തീരാന്‍ ",
"(active)": "(സജീവം)",
"Also available in:": "ലഭ്യമായ ഭാഷകള്‍:",
"Archive": "ആര്‍കൈവ്",
"Atom feed": "ആറ്റം ഫിഡ്",
"Authors": "രചയിതാക്കള്‍",
"Categories": "വിഭാഗങ്ങള്‍",
"Comments": "കമന്റുകള്‍",
"LANGUAGE": "മലയാളം",
"Languages:": "ഭാഷകള്‍:",
"More posts about %s": "%s-നെ കുറിച്ചുള്ള കൂടുതല്‍ രചനകള്‍",
"Newer posts": "പുതിയ രചനകള്‍",
"Next post": "അടുത്ത രചന",
"Next": "അടുത്തത്",
"No posts found.": "രചനകള്‍ ലഭ്യമല്ല.",
"Nothing found.": "ഒന്നും ലഭ്യമല്ല.",
"Older posts": "പഴയ രചനകള്‍",
"Original site": "യഥാര്‍ഥ സൈറ്റ്",
"Posted:": "എഴുതിയത്:",
"Posts about %s": "%s -നെ കുറിച്ചുള്ള രചനകള്‍",
"Posts by %s": "%s എഴുതിയ രചനകള്‍",
"Posts for year %s": "%s-ാം ആണ്ടിലെ രചനകള്‍",
"Posts for {month_day_year}": "{month_day_year} ലെ രചനകള്‍",
"Posts for {month_year}": "{month_year} ലെ രചനകള്‍",
"Previous post": "മുമ്പിലെ രചന",
"Previous": "കഴിഞ്ഞത്",
"Publication date": "പ്രസിദ്ധീകരിച്ച തീയതി",
"RSS feed": "ആര്‍ എസ് എസ് ഫീഡ്",
"Read in English": "മലയാളത്തില്‍ വായിക്കുക",
"Read more": "കൂടുതല്‍ വായിക്കുക",
"Skip to main content": "പ്രധാന ഉള്ളടക്കത്തിലേക്ക് നേരെ പോവുക",
"Source": "സ്രോതസ്സ്‌",
"Subcategories:": "ഉപവിഭാഗങ്ങള്‍:",
"Tags and Categories": "ടാഗുകളും വിഭാഗങ്ങളും",
"Tags": "ടാഗുകള്‍",
"Toggle navigation": "നാവിഗേഷൻ മാറ്റുക",
"Uncategorized": "വേര്‍തിരിക്കാത്തവ",
"Up": "മുകളിലേക്ക്",
"Updates": "അപ്ഡേറ്റുകൾ",
"Write your page here.": "താങ്കളുടെ താള്‍ ഇവിടെ എഴുതുക.",
"Write your post here.": "താങ്കളുടെ രചന ഇവിടെ എഴുതുക.",
"old posts, page %d": "പഴയ രചനകള്‍, താള്‍ %d",
"page %d": "താള്‍ %d",
"updated": "പുതുക്കിയത്",
}
3 changes: 3 additions & 0 deletions nikola/nikola.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
('ja', '!jp'): 'Japanese',
'ko': 'Korean',
'lt': 'Lithuanian',
'ml': 'Malayalam',
'nb': 'Norwegian (Bokmål)',
'nl': 'Dutch',
'pa': 'Punjabi',
Expand Down Expand Up @@ -199,6 +200,7 @@
ja='ja',
ko='ko',
lt='lt',
ml='ml',
nb='nb',
nl='nl',
pa='pa-in',
Expand Down Expand Up @@ -265,6 +267,7 @@
'it': 'it',
'ja': 'ja',
'lt': 'lt',
'nl': 'nl',
'pl': 'pl',
'pt': 'pt_br', # hope nobody will mind
'pt_br': 'pt_br',
Expand Down
6 changes: 3 additions & 3 deletions scripts/langmatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"""A matrix! Of languages!"""
import nikola.nikola

keys = ['_WINDOWS_LOCALE_GUESSES', 'MOMENTJS_LOCALES', 'PYPHEN_LOCALES', 'DOCUTILS_LOCALES']
keys_short = ['language', 'windows', 'moment', 'pyphen', 'docutils']
keys = ['MOMENTJS_LOCALES', 'PYPHEN_LOCALES', 'DOCUTILS_LOCALES']
keys_short = ['language', 'moment', 'pyphen', 'docutils']
print('\t'.join(keys_short))

for tr in nikola.nikola.LEGAL_VALUES['TRANSLATIONS']:
Expand All @@ -15,6 +15,6 @@
for key in keys:
out += '\t'
out += '\x1b[37;42;1m+' if tr in nikola.nikola.LEGAL_VALUES[key] else '\x1b[37;41;1m-'
print(out + '\x1b[0m')
print(out + '\t\x1b[0m')

print('\t'.join(keys_short))
10 changes: 5 additions & 5 deletions translations/nikola.messages/eu.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
# aitorp <aitorp@gmail.com>, 2013
# Aitor P <aitor.plaza@unavarra.es>, 2016
# aitorp <aitorp@gmail.com>, 2013
# Sukil Etxenike <sukiletxe@yahoo.es>, 2016
# Sukil Etxenike <sukiletxe@yahoo.es>, 2016,2018
msgid ""
msgstr ""
"Project-Id-Version: Nikola\n"
"Report-Msgid-Bugs-To: ralsina@netmanagers.com.ar\n"
"POT-Creation-Date: 2013-03-15 12:24-0300\n"
"PO-Revision-Date: 2018-08-10 08:02+0000\n"
"Last-Translator: Chris Warrick\n"
"PO-Revision-Date: 2018-09-08 19:58+0000\n"
"Last-Translator: Sukil Etxenike <sukiletxe@yahoo.es>\n"
"Language-Team: Basque (http://www.transifex.com/ralsina/nikola/language/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -84,10 +84,10 @@ msgid "Languages:"
msgstr "Hizkuntzak:"

msgid "Original site"
msgstr "Jatorrizko orria"
msgstr "Jatorrizko gunea"

msgid "Older posts"
msgstr "Post zaharragoak"
msgstr "Argitalpen zaharragoak"

msgid "Archive"
msgstr "Artxiboa"
Expand Down

0 comments on commit 6e7c572

Please sign in to comment.