This commit is contained in:
Sacha Greif 2015-06-17 08:37:54 +09:00
parent 96a950cbd8
commit 70b1611f97
13 changed files with 9 additions and 63 deletions

View file

@ -64,7 +64,7 @@ Package.onUse(function (api) {
"i18n/ru.i18n.json",
"i18n/se.i18n.json",
"i18n/tr.i18n.json",
"i18n/vn.i18n.json",
"i18n/vi.i18n.json",
"i18n/zh-CN.i18n.json"
], ["client", "server"]);

View file

@ -105,7 +105,7 @@ Package.onUse(function(api) {
"i18n/ru.i18n.json",
"i18n/se.i18n.json",
"i18n/tr.i18n.json",
"i18n/vn.i18n.json",
"i18n/vi.i18n.json",
"i18n/zh-CN.i18n.json"
], ["client", "server"]);

View file

@ -58,7 +58,7 @@ Package.onUse(function (api) {
"i18n/ru.i18n.json",
"i18n/se.i18n.json",
"i18n/tr.i18n.json",
"i18n/vn.i18n.json",
"i18n/vi.i18n.json",
"i18n/zh-CN.i18n.json"
], ["client", "server"]);

View file

@ -95,7 +95,7 @@ Package.onUse(function (api) {
"i18n/ru.i18n.json",
"i18n/se.i18n.json",
"i18n/tr.i18n.json",
"i18n/vn.i18n.json",
"i18n/vi.i18n.json",
"i18n/zh-CN.i18n.json"
], ["client", "server"]);

View file

@ -12,31 +12,17 @@
"postInterval": "Χρόνος ανανέωσης δημοσίευσης",
"commentInterval": "Χρόνος ανανέωσης σχολίου",
"maxPostsPerDay": "Μέγιστες δημοσιεύσεις ανα ημέρα",
"startInvitesCount": "Invites Start Count",
"postsPerPage": "Δημοσιεύσεις ανα ημέρα",
"logoUrl": "URL Λογότυπου",
"logoHeight": "Υψος Λογότυπου",
"logoWidth": "Πλάτος Λογότυπου",
"language": "Γλώσσα",
"backgroundCSS": "Background CSS",
"buttonColor": "Χρώμα κουμπιού",
"buttonTextColor": "Χρώμα κειμένου κουμπιού",
"headerColor": "Χρώμα Επικεφαλίδας",
"headerTextColor": "Χρώμα κειμένου Επικεφαλίδας",
"twitterAccount": "Λογαριασμός Twitter",
"googleAnalyticsId": "Google Analytics ID",
"mixpanelId": "Mixpanel ID",
"clickyId": "Clicky ID",
"footerCode": "Footer Code",
"extraCode": "Extra Code",
"emailFooter": "Email Footer",
"notes": "Σημειώσεις",
"debug": "Debug Mode",
"fontUrl": "Font URL",
"fontFamily": "Font Family",
"authMethods": "Authentication Methods",
"faviconUrl": "Favicon URL",
"mailURL": "MailURL",
"postsLayout": "Στύλ Δημοσιεύσεων",
"general": "Γενικά",
"invites": "Προσκλήσεις",

View file

@ -0,0 +1,4 @@
{
"title": "Tiêu đề",
"siteUrl": "Địa chỉ URL"
}

View file

@ -1,44 +0,0 @@
{
"title": "Tiêu đề",
"siteUrl": "Địa chỉ URL",
"tagline": "Tagline",
"requireViewInvite": "Require Invite to View",
"requirePostInvite": "Require Invite to Post",
"requirePostsApproval": "Require Posts to be Approved",
"defaultEmail": "Default Email",
"scoreUpdateInterval": "Score Update Interval",
"defaultView": "Default View",
"postInterval": "Post Interval",
"commentInterval": "Comment Interval",
"maxPostsPerDay": "Max Posts Per Day",
"startInvitesCount": "Invites Start Count",
"postsPerPage": "Posts Per Page",
"logoUrl": "Logo URL",
"logoHeight": "Logo Height",
"logoWidth": "Logo Width",
"language": "Language",
"backgroundCSS": "Background CSS",
"buttonColor": "Button Color",
"buttonTextColor": "Button Text Color",
"headerColor": "Header Color",
"headerTextColor": "Header Text Color",
"twitterAccount": "Twitter Account",
"googleAnalyticsId": "Google Analytics ID",
"mixpanelId": "Mixpanel ID",
"clickyId": "Clicky ID",
"footerCode": "Footer Code",
"extraCode": "Extra Code",
"emailFooter": "Email Footer",
"notes": "Notes",
"debug": "Debug Mode",
"general": "General",
"invites": "Invites",
"email": "Email",
"scoring": "Scoring",
"posts": "Posts",
"comments": "Comments",
"logo": "Logo",
"extras": "Extras",
"colors": "Colors",
"integrations": "Integrations"
}

View file

@ -87,7 +87,7 @@ Package.onUse(function (api) {
"i18n/ru.i18n.json",
"i18n/se.i18n.json",
"i18n/tr.i18n.json",
"i18n/vn.i18n.json",
"i18n/vi.i18n.json",
"i18n/zh-CN.i18n.json"
], ["client", "server"]);