Skip to content

Commit 02a440d

Browse files
committed
[i18n] Missing files
1 parent 9790838 commit 02a440d

File tree

8 files changed

+1089
-0
lines changed

8 files changed

+1089
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
# DO NOT EDIT THIS FILE AS IT WILL BE OVERRIDEN DURING TRANSLATION SYNC
2+
# IF YOU WOULD LIKE TO HELP COUNTLY TO BE TRANSLATED INTO YOUR LANGUAGE
3+
# PLEASE VISIT https://www.transifex.com/osoner/countly
4+
5+
#titles
6+
data-migration.plugin-title = Data Migration
7+
data-migration.page-title = Data Migration
8+
data-migration.plugin-description = Migrate your data from one Countly server to another
9+
data-migration.import-export-button-title = Export or import data
10+
data-migration.export-data = Export data
11+
data-migration.import-data = Import data
12+
13+
#export data form
14+
data-migration.export-title = Export data
15+
data-migration.applications = Applications
16+
data-migration.export-type = Export type
17+
data-migration.export-type-transfer-label = Export and transfer data to another Countly server
18+
data-migration.export-type-transfer-description =
19+
data-migration.export-type-download-label = Export and download data
20+
data-migration.export-type-download-description =
21+
data-migration.server-token = Server token
22+
data-migration.server-address=Server address
23+
data-migration.server-token-description = Token generated in target server "Import form"
24+
data-migration.server-address-description=As seen in browser
25+
data-migration.export-data-button = Export data
26+
data-migration.send-export-button = Send export
27+
data-migration.test-connection = Test connection
28+
data-migration.export-other-path = Export folder:
29+
data-migration.export-additional-files = Export crash symbols
30+
data-migration.redirect-traffic = Redirect traffic to new server after migration is completed
31+
#import data form
32+
data-migration.import-title = Import data
33+
data-migration.import-type = Import type
34+
data-migration.import-type-token-label = Import data from another server
35+
data-migration.import-type-token-description = In order to import data from another server you must provide source server owner with your server address and the token you'll create now
36+
data-migration.import-type-upload-label = Import from an existing export file
37+
data-migration.import-type-upload-description =
38+
data-migration.select-file = Select file
39+
data-migration.import-from-file = Import uploading previously exported file
40+
data-migration.import-from-server = Import data from another server
41+
data-migration.import-from-file-info = Browse your PC for file
42+
data-migration.import-from-server-info = You need to generate a new token and provide source server owner with your domain name and access token.
43+
data-migration.token = Token
44+
data-migration.create-token = Create token
45+
data-migration.create-another-token = Create another token
46+
data-migration.generated-token = Token has been generated
47+
data-migration.click-to-copy = Click to copy into the clipboard
48+
data-migration.tokken-coppied-in-clipboard = Server token copied into the clipboard
49+
data-migration.address-coppied-in-clipboard = Server address copied into the clipboard
50+
data-migration.close-without-copy = If you close this tab you won't be able to copy this token anymore. Do you want to close it?
51+
data-migration.close-confirm-title = Close tab?
52+
data-migration.cancel = Cancel
53+
data-migration.continue-and-close = Continue and close
54+
data-migration.upload-title = Upload exported files
55+
data-migration.drag-drop = Drag & drop files here
56+
data-migration.browse = browse
57+
data-migration.upload-description = Upload your export as .tar.gz archive
58+
data-migration.drag-drop-unable = Unable to drag and drop files.
59+
60+
#tables
61+
data-migration.my-exports = My exports
62+
data-migration.my-imports = My Imports
63+
data-migration.table.app-name = Applications
64+
data-migration.table.step = Step
65+
data-migration.table.status = Status
66+
data-migration.table.last-update = Last update
67+
data-migration.step.exporting = exporting
68+
data-migration.step.packing = Packing
69+
data-migration.step.importing = Importing on target server
70+
data-migration.step.sending = Sending
71+
data-migration.step.awaiting_reply = Importing on target server
72+
data-migration.status.failed = failed
73+
data-migration.status.finished = finished
74+
data-migration.status.complete = complete
75+
data-migration.status.progress = progress
76+
data-migration.no-imports = You don't have any imports
77+
data-migration.no-exports = You don't have any exports
78+
79+
#export/import table - actions
80+
data-migration.download-log = Download log
81+
data-migration.delete-log = Delete log
82+
data-migration.download-export = Download export
83+
data-migration.delete-export = Delete export
84+
data-migration.yes-delete-export = Yes, delete files
85+
data-migration.stop-export = Stop export
86+
data-migration.resend-export = Send export
87+
#confirms,notifications
88+
data-migration.delete-log-confirm = Do you really want to delete the log file?
89+
data-migration.delete-export-confirm = Do you really want to delete export files?
90+
data-migration.delete-import-confirm = Do you really want to delete export files and the log file?
91+
data-migration.app-redirected = App({app_name}) is redirected.
92+
data-migration.app-redirected-explanation = All incoming SDK calls for this app are redirected to remote server:
93+
data-migration.app-redirected-remove = Click to go to app settings
94+
95+
#form
96+
data-migration.please-wait = Please wait
97+
data-migration.creating-new-token = Creating new token....
98+
data-migration.complete = Complete
99+
data-migration.new-token-created = New token created
100+
data-migration.error = Error
101+
data-migration.unable-create-token = Unable to generate token
102+
103+
#error messages(export)
104+
data-migration.exportid_not_provided = Please provide exportid
105+
data-migration.export_not_found = Export with given id not found
106+
data-migration.token_missing = Token missing
107+
data-migration.address_missing = Address missing
108+
data-migration.no_app_ids = Please provide at least one app id to export data.
109+
data-migration.some_bad_ids = You don't have any apps with given ids:
110+
data-migration.invalid_app_id = Given app id is/are not valid:
111+
data-migration.apps_not_found = You don't have any apps to export data from.
112+
data-migration.export_in_process = You have an ongoing export process with the same data.
113+
data-migration.export_files_missing = You don't have any export files. Please start a new export process.
114+
data-migration.export_before_failed = You have already tried to export files. Data import is failing on the other server.
115+
data-migration.existing_process = You have an ongoing export process for the same apps. If you want to start a new process please delete data from the previous one.
116+
data-migration.failed-generate-scripts = Failed to generate export scripts
117+
data-migration.failed-sending = Your previous export has failed in sending phase. You can try to resend data or delete previously exported data and start a new export process.
118+
data-migration.export-stopped = Export process is stopped. You can delete data and start new process.
119+
data-migration.export-started = Export process has successfully started.
120+
data-migration.target-server-not-valid= Target server address is not valid
121+
data-migration.connection-is-valid = Connection is valid
122+
data-migration.invalid-server-path = Invalid path. Countly server is reachable, but it looks like data migration plugin is not enabled on it.
123+
data-migration.export-already-failed = Export failed
124+
data-migration.export-already-finished = Export already finished
125+
data-migration.export-already-stopped = Export process stopped
126+
data-migration.export-already-sent = Data has already been sent
127+
data-migration.exportid-missing= Missing export ID
128+
data-migration.invalid-exportid = Invalid export ID
129+
#error messages(import)
130+
data-migration.import-started = Import process started successfully
131+
data-migration.import-file-missing = Import file is missing.
132+
data-migration.import-process-exist = There is an ongoing import process on target server with same apps. Clear out the data on target server to start a new import process.
133+
data-migration.file-to-big-warning = Chosen file exceeds server limitation for maximum file size. Please modify your server settings to allow uploading bigger files.
134+
data-migration.file-to-big-error = File is to large to upload to server. Please modify your server settings to allow uploading bigger files.
135+
data-migration.badformat = Uploaded file should be .tar.gz
136+
#systemlogs
137+
systemlogs.action.export_finished = Export Successful
138+
systemlogs.action.export_failed = Export Failed
139+
systemlogs.action.import_finished_response_ok = Import Successful
140+
systemlogs.action.import_finished = Import Successful
141+
systemlogs.action.import_failed = Import Failed
142+
systemlogs.action.import_failed_response_failed = Import Failed. Failed to notify source server.
143+
systemlogs.action.import_failed_response_ok = Import Failed. Source server notified.
144+
systemlogs.action.import_finished_response_failed = Import successful. Failed to notify source server about successful import.
145+
systemlogs.action.app_redirected = App redirected
146+
#for app redirect settings
147+
management-applications.redirect_url= Redirect URL
148+
management-applications.table.redirect_not_set = None
149+
management-applications.table.remove_redirect = Remove redirect
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
# DO NOT EDIT THIS FILE AS IT WILL BE OVERRIDEN DURING TRANSLATION SYNC
2+
# IF YOU WOULD LIKE TO HELP COUNTLY TO BE TRANSLATED INTO YOUR LANGUAGE
3+
# PLEASE VISIT https://www.transifex.com/osoner/countly
4+
5+
#titles
6+
data-migration.plugin-title = Data Migration
7+
data-migration.page-title = Data Migration
8+
data-migration.plugin-description = Migrate your data from one Countly server to another
9+
data-migration.import-export-button-title = Export or import data
10+
data-migration.export-data = Export data
11+
data-migration.import-data = Import data
12+
13+
#export data form
14+
data-migration.export-title = Export data
15+
data-migration.applications = Applications
16+
data-migration.export-type = Export type
17+
data-migration.export-type-transfer-label = Export and transfer data to another Countly server
18+
data-migration.export-type-transfer-description =
19+
data-migration.export-type-download-label = Export and download data
20+
data-migration.export-type-download-description =
21+
data-migration.server-token = Server token
22+
data-migration.server-address=Server address
23+
data-migration.server-token-description = Token generated in target server "Import form"
24+
data-migration.server-address-description=As seen in browser
25+
data-migration.export-data-button = Export data
26+
data-migration.send-export-button = Send export
27+
data-migration.test-connection = Test connection
28+
data-migration.export-other-path = Export folder:
29+
data-migration.export-additional-files = Export crash symbols
30+
data-migration.redirect-traffic = Redirect traffic to new server after migration is completed
31+
#import data form
32+
data-migration.import-title = Import data
33+
data-migration.import-type = Import type
34+
data-migration.import-type-token-label = Import data from another server
35+
data-migration.import-type-token-description = In order to import data from another server you must provide source server owner with your server address and the token you'll create now
36+
data-migration.import-type-upload-label = Import from an existing export file
37+
data-migration.import-type-upload-description =
38+
data-migration.select-file = Select file
39+
data-migration.import-from-file = Import uploading previously exported file
40+
data-migration.import-from-server = Import data from another server
41+
data-migration.import-from-file-info = Browse your PC for file
42+
data-migration.import-from-server-info = You need to generate a new token and provide source server owner with your domain name and access token.
43+
data-migration.token = Token
44+
data-migration.create-token = Create token
45+
data-migration.create-another-token = Create another token
46+
data-migration.generated-token = Token has been generated
47+
data-migration.click-to-copy = Click to copy into the clipboard
48+
data-migration.tokken-coppied-in-clipboard = Server token copied into the clipboard
49+
data-migration.address-coppied-in-clipboard = Server address copied into the clipboard
50+
data-migration.close-without-copy = If you close this tab you won't be able to copy this token anymore. Do you want to close it?
51+
data-migration.close-confirm-title = Close tab?
52+
data-migration.cancel = Cancel
53+
data-migration.continue-and-close = Continue and close
54+
data-migration.upload-title = Upload exported files
55+
data-migration.drag-drop = Drag & drop files here
56+
data-migration.browse = browse
57+
data-migration.upload-description = Upload your export as .tar.gz archive
58+
data-migration.drag-drop-unable = Unable to drag and drop files.
59+
60+
#tables
61+
data-migration.my-exports = My exports
62+
data-migration.my-imports = My Imports
63+
data-migration.table.app-name = Applications
64+
data-migration.table.step = Step
65+
data-migration.table.status = Status
66+
data-migration.table.last-update = Last update
67+
data-migration.step.exporting = exporting
68+
data-migration.step.packing = Packing
69+
data-migration.step.importing = Importing on target server
70+
data-migration.step.sending = Sending
71+
data-migration.step.awaiting_reply = Importing on target server
72+
data-migration.status.failed = failed
73+
data-migration.status.finished = finished
74+
data-migration.status.complete = complete
75+
data-migration.status.progress = progress
76+
data-migration.no-imports = You don't have any imports
77+
data-migration.no-exports = You don't have any exports
78+
79+
#export/import table - actions
80+
data-migration.download-log = Download log
81+
data-migration.delete-log = Delete log
82+
data-migration.download-export = Download export
83+
data-migration.delete-export = Delete export
84+
data-migration.yes-delete-export = Yes, delete files
85+
data-migration.stop-export = Stop export
86+
data-migration.resend-export = Send export
87+
#confirms,notifications
88+
data-migration.delete-log-confirm = Do you really want to delete the log file?
89+
data-migration.delete-export-confirm = Do you really want to delete export files?
90+
data-migration.delete-import-confirm = Do you really want to delete export files and the log file?
91+
data-migration.app-redirected = App({app_name}) is redirected.
92+
data-migration.app-redirected-explanation = All incoming SDK calls for this app are redirected to remote server:
93+
data-migration.app-redirected-remove = Click to go to app settings
94+
95+
#form
96+
data-migration.please-wait = Please wait
97+
data-migration.creating-new-token = Creating new token....
98+
data-migration.complete = Complete
99+
data-migration.new-token-created = New token created
100+
data-migration.error = Error
101+
data-migration.unable-create-token = Unable to generate token
102+
103+
#error messages(export)
104+
data-migration.exportid_not_provided = Please provide exportid
105+
data-migration.export_not_found = Export with given id not found
106+
data-migration.token_missing = Token missing
107+
data-migration.address_missing = Address missing
108+
data-migration.no_app_ids = Please provide at least one app id to export data.
109+
data-migration.some_bad_ids = You don't have any apps with given ids:
110+
data-migration.invalid_app_id = Given app id is/are not valid:
111+
data-migration.apps_not_found = You don't have any apps to export data from.
112+
data-migration.export_in_process = You have an ongoing export process with the same data.
113+
data-migration.export_files_missing = You don't have any export files. Please start a new export process.
114+
data-migration.export_before_failed = You have already tried to export files. Data import is failing on the other server.
115+
data-migration.existing_process = You have an ongoing export process for the same apps. If you want to start a new process please delete data from the previous one.
116+
data-migration.failed-generate-scripts = Failed to generate export scripts
117+
data-migration.failed-sending = Your previous export has failed in sending phase. You can try to resend data or delete previously exported data and start a new export process.
118+
data-migration.export-stopped = Export process is stopped. You can delete data and start new process.
119+
data-migration.export-started = Export process has successfully started.
120+
data-migration.target-server-not-valid= Target server address is not valid
121+
data-migration.connection-is-valid = Connection is valid
122+
data-migration.invalid-server-path = Invalid path. Countly server is reachable, but it looks like data migration plugin is not enabled on it.
123+
data-migration.export-already-failed = Export failed
124+
data-migration.export-already-finished = Export already finished
125+
data-migration.export-already-stopped = Export process stopped
126+
data-migration.export-already-sent = Data has already been sent
127+
data-migration.exportid-missing= Missing export ID
128+
data-migration.invalid-exportid = Invalid export ID
129+
#error messages(import)
130+
data-migration.import-started = Import process started successfully
131+
data-migration.import-file-missing = Import file is missing.
132+
data-migration.import-process-exist = There is an ongoing import process on target server with same apps. Clear out the data on target server to start a new import process.
133+
data-migration.file-to-big-warning = Chosen file exceeds server limitation for maximum file size. Please modify your server settings to allow uploading bigger files.
134+
data-migration.file-to-big-error = File is to large to upload to server. Please modify your server settings to allow uploading bigger files.
135+
data-migration.badformat = Uploaded file should be .tar.gz
136+
#systemlogs
137+
systemlogs.action.export_finished = Export Successful
138+
systemlogs.action.export_failed = Export Failed
139+
systemlogs.action.import_finished_response_ok = Import Successful
140+
systemlogs.action.import_finished = Import Successful
141+
systemlogs.action.import_failed = Import Failed
142+
systemlogs.action.import_failed_response_failed = Import Failed. Failed to notify source server.
143+
systemlogs.action.import_failed_response_ok = Import Failed. Source server notified.
144+
systemlogs.action.import_finished_response_failed = Import successful. Failed to notify source server about successful import.
145+
systemlogs.action.app_redirected = App redirected
146+
#for app redirect settings
147+
management-applications.redirect_url= Redirect URL
148+
management-applications.table.redirect_not_set = None
149+
management-applications.table.remove_redirect = Remove redirect

0 commit comments

Comments
 (0)