You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The binaries in this folder are from the https://github.com/jesseeichar/golang-transifex project.
2
+
3
+
Upload
4
+
------
5
+
6
+
Upload all the 'source language' (default english) files defined in the ../transifex-localization-files.json configuration file.
7
+
Optionally also upload translations.
8
+
9
+
Transifex has the concept of "resources". Each resource represents a set of translation files for all languages. There is a source language which contains all strings that need to be translated. This file is not editable. There are also any number of "translations" for a "resource". Each translation are all strings in a particular language that have been translated.
10
+
11
+
Running the upload command will:
12
+
13
+
1. Create all resources in the configuration file that are not currently in transifex
14
+
2. Upload the contents of the 'source language' translations file.
15
+
3. If a resource was created all translations will be uploaded
16
+
17
+
18
+
Download
19
+
--------
20
+
21
+
All translations will be downloaded and written to the appropriate files. This will overwrite the previous files on disk without warning but if there is a problem git can be used to roll back the changes.
"newAccountInfo": "When you request an account an email will be sent to you with your user details. If an advanced user profile is requested, the catalog administrator will analyze your request and get back to you.",
66
-
"usernameHelp": "Name to use when sign in",
67
-
"email": "Email",
73
+
"next": "Next",
74
+
"noRecordFound": "No record found.",
75
+
"nor": "Norsk",
76
+
"north": "North",
77
+
"notifications": "Notifications",
78
+
"orgName": "Contact for the resource",
79
+
"orgNames": "Contact for the resource",
68
80
"organisation": "Organisation",
69
-
"address": "Address",
70
-
"zip": "ZIP",
71
-
"state": "State",
72
-
"city": "City",
73
-
"country": "Country",
74
-
"register": "Register",
75
-
"passwordRepeat": "Repeat password",
76
-
"passwordNotMatching": "The password does not match!",
81
+
"organization": "Organization",
82
+
"owner": "Owner",
83
+
"password": "Password",
77
84
"passwordMinlength": "Password must contain at least 6 characters!",
78
-
"updatePassword": "Update",
85
+
"passwordNotMatching": "The password does not match!",
0 commit comments