Skip to content

Commit

Permalink
translations PR 20180326 (mattermost#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum committed Mar 27, 2018
1 parent b21f423 commit 0f5d6e5
Show file tree
Hide file tree
Showing 14 changed files with 522 additions and 325 deletions.
49 changes: 32 additions & 17 deletions i18n/de.json

Large diffs are not rendered by default.

26 changes: 14 additions & 12 deletions i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"about.buildnumber": "Build Number:",
"about.close": "Close",
"about.copyright": "Copyright 2015 - {currentYear} Mattermost, Inc. All rights reserved",
"about.database": "Database:",
"about.date": "Build Date:",
"about.dbversion": "Database Schema Version:",
"about.enterpriseEditionLearn": "Learn more about Enterprise Edition at ",
"about.enterpriseEditionSt": "Modern communication from behind your firewall.",
"about.enterpriseEditione1": "Enterprise Edition",
Expand All @@ -18,8 +20,6 @@
"about.teamEditiont1": "Enterprise Edition",
"about.title": "About Mattermost",
"about.version": "Mattermost Version:",
"about.dbversion": "Database Schema Version:",
"about.buildnumber": "Build Number:",
"access_history.title": "Access History",
"activity_log.activeSessions": "Active Sessions",
"activity_log.browser": "Browser: {browser}",
Expand Down Expand Up @@ -231,19 +231,19 @@
"admin.complianceExport.exportJobStartTime.description": "Set the start time of the daily scheduled compliance export job. Choose a time when fewer people are using your system. Must be a 24-hour time stamp in the form HH:MM.",
"admin.complianceExport.exportJobStartTime.example": "E.g.: \"02:00\"",
"admin.complianceExport.exportJobStartTime.title": "Compliance Export time:",
"admin.complianceExport.globalRelayCustomerType.title": "Global Relay Customer Account:",
"admin.complianceExport.globalRelayCustomerType.description": "Type of Global Relay customer account your organization has.",
"admin.complianceExport.globalRelayCustomerType.a9.description": "A9/Type 9",
"admin.complianceExport.globalRelayCustomerType.a10.description": "A10/Type 10",
"admin.complianceExport.globalRelayEmailAddress.title": "Global Relay Email Address:",
"admin.complianceExport.globalRelayCustomerType.a9.description": "A9/Type 9",
"admin.complianceExport.globalRelayCustomerType.description": "Type of Global Relay customer account your organization has.",
"admin.complianceExport.globalRelayCustomerType.title": "Global Relay Customer Account:",
"admin.complianceExport.globalRelayEmailAddress.description": "The email address your Global Relay server monitors for incoming compliance exports.",
"admin.complianceExport.globalRelayEmailAddress.example": "E.g.: \"[email protected]\"",
"admin.complianceExport.globalRelaySmtpUsername.title": "Global Relay SMTP Username:",
"admin.complianceExport.globalRelaySmtpUsername.description": "The username for authenticating to the Global Relay SMTP server.",
"admin.complianceExport.globalRelaySmtpUsername.example": "E.g.: \"globalRelayUser\"",
"admin.complianceExport.globalRelaySmtpPassword.title": "Global Relay SMTP Password:",
"admin.complianceExport.globalRelayEmailAddress.title": "Global Relay Email Address:",
"admin.complianceExport.globalRelaySmtpPassword.description": "The password associated with the SMTP username.",
"admin.complianceExport.globalRelaySmtpPassword.example": "E.g.: \"globalRelayPassword\"",
"admin.complianceExport.globalRelaySmtpPassword.title": "Global Relay SMTP Password:",
"admin.complianceExport.globalRelaySmtpUsername.description": "The username for authenticating to the Global Relay SMTP server.",
"admin.complianceExport.globalRelaySmtpUsername.example": "E.g.: \"globalRelayUser\"",
"admin.complianceExport.globalRelaySmtpUsername.title": "Global Relay SMTP Username:",
"admin.complianceExport.title": "Compliance Export (Beta)",
"admin.compliance_reports.desc": "Job Name:",
"admin.compliance_reports.desc_placeholder": "E.g. \"Audit 445 for HR\"",
Expand Down Expand Up @@ -1980,7 +1980,7 @@
"mfa.setupTitle": "Multi-factor Authentication Setup",
"mobile.about.appVersion": "App Version: {version} (Build {number})",
"mobile.about.copyright": "Copyright 2015-{currentYear} Mattermost, Inc. All rights reserved",
"mobile.about.database": "Database type: {type}",
"mobile.about.database": "Database: {type}",
"mobile.about.licensed": "Licensed to: {company}",
"mobile.about.powered_by": "{site} is powered by Mattermost",
"mobile.about.serverVersion": "Server Version: {version} (Build {number})",
Expand Down Expand Up @@ -2122,6 +2122,7 @@
"mobile.loading_members": "Loading Members...",
"mobile.loading_posts": "Loading messages...",
"mobile.login_options.choose_title": "Choose your login method",
"mobile.long_post_title": "{channelName} - Post",
"mobile.managed.blocked_by": "Blocked by {vendor}",
"mobile.managed.exit": "Exit",
"mobile.managed.jailbreak": "Jailbroken devices are not trusted by {vendor}, please exit the app.",
Expand Down Expand Up @@ -2184,6 +2185,7 @@
"mobile.post.failed_retry": "Try Again",
"mobile.post.failed_title": "Unable to send your message",
"mobile.post.retry": "Refresh",
"mobile.post_body.show_more": "Show More",
"mobile.post_info.add_reaction": "Add Reaction",
"mobile.post_info.copy_post": "Copy Post",
"mobile.post_textbox.empty.message": "You are trying to send an empty message.\nPlease make sure you have a message or at least one attached file.",
Expand Down Expand Up @@ -2647,9 +2649,9 @@
"suggestion.mention.nonmembers": "Not in Channel",
"suggestion.mention.not_in_channel": "Other Channels",
"suggestion.mention.special": "Special Mentions",
"suggestion.mention.unread.channels": "Unread Channels",
"suggestion.search.private": "Private Channels",
"suggestion.search.public": "Public Channels",
"suggestion.mention.unread.channels": "Unread Channels",
"system_users_list.count": "{count, number} {count, plural, one {user} other {users}}",
"system_users_list.countPage": "{startCount, number} - {endCount, number} {count, plural, one {user} other {users}} of {total, number} total",
"system_users_list.countSearch": "{count, number} {count, plural, one {user} other {users}} of {total, number} total",
Expand Down
Loading

0 comments on commit 0f5d6e5

Please sign in to comment.