-
Notifications
You must be signed in to change notification settings - Fork 14
/
data_migration.properties
170 lines (166 loc) · 10.3 KB
/
data_migration.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
#titles
data-migration.plugin-title = Data Migration
data-migration.page-title = Data Migration
data-migration.plugin-description = Migrate your data from one Countly server to another
data-migration.import-export-button-title = Export or import data
data-migration.export-data = Export data
data-migration.import-data = Import data
#export data form
data-migration.export-title = Export data
data-migration.applications = Applications
data-migration.export-type = Export type
data-migration.export-type-transfer-label = Export and transfer data to another Countly server
data-migration.export-type-transfer-description =
data-migration.export-type-download-label = Export and download data
data-migration.export-type-download-description =
data-migration.server-token = Server token
data-migration.server-address=Server address
data-migration.server-token-description = Token generated in target server "Import form"
data-migration.server-address-description= As seen in browser
data-migration.export-data-button = Export data
data-migration.send-export-button = Send export
data-migration.test-connection = Test connection
data-migration.export-other-path = Export folder:
data-migration.export-additional-files = Export crash symbols
data-migration.redirect-traffic = Redirect traffic to new server after migration is completed
data-migration.export-completed-unable-to-delete = Export completed. Unable to delete files
#import data form
data-migration.import-title = Import data
data-migration.import-type = Import type
data-migration.import-from-another-server = Import from another server
data-migration.import-type-token-label = Import data from another server
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
data-migration.import-type-upload-label = Import from an existing export file
data-migration.import-type-upload-description =
data-migration.select-file = Select file
data-migration.import-from-file = Import uploading previously exported file
data-migration.import-from-server = Import data from another server
data-migration.import-from-file-info = Browse your PC for file
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.
data-migration.token = Token
data-migration.create-token = Create token
data-migration.create-another-token = Create another token
data-migration.generated-token = Token has been generated
data-migration.copy-url = Copy URL
data-migration.copy-token = Copy Token
data-migration.tokken-coppied-in-clipboard = Server token copied into the clipboard
data-migration.address-coppied-in-clipboard = Server address copied into the clipboard
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?
data-migration.close-confirm-title = Close tab?
data-migration.cancel = Cancel
data-migration.continue-and-close = Continue and close
data-migration.close = Close
data-migration.upload-title = Upload exported files
data-migration.drag-drop = Drag & drop files here
data-migration.browse = browse
data-migration.upload-description = Upload your export as .tar.gz archive
data-migration.drag-drop-unable = Unable to drag and drop files.
#tables
data-migration.my-exports = My exports
data-migration.my-imports = My Imports
data-migration.imports = Imports
data-migration.exports = Exports
data-migration.table.app-name = Applications
data-migration.table.step = Step
data-migration.table.status = Status
data-migration.table.last-update = Last update
data-migration.step.exporting = exporting
data-migration.step.packing = Packing
data-migration.step.importing = Importing on target server
data-migration.step.sending = Sending
data-migration.step.awaiting_reply = Importing on target server
data-migration.status.failed = failed
data-migration.status.finished = finished
data-migration.status.complete = complete
data-migration.status.progress = progress
data-migration.no-imports = You don't have any imports
data-migration.no-exports = You don't have any exports
data-migration.no-export-id-given = No exportid given
#export/import table - actions
data-migration.download-log = Download log
data-migration.delete-log = Delete log
data-migration.download-export = Download export
data-migration.delete-export = Delete export
data-migration.export-deleted = Export files deleted
data-migration.delete-import = Delete import
data-migration.yes-delete-export = Yes, delete files
data-migration.stop-export = Stop export
data-migration.resend-export = Send export
#confirms,notifications
data-migration.delete-log-confirm = Do you really want to delete the log file?
data-migration.delete-export-confirm = Do you really want to delete export files?
data-migration.delete-import-confirm = Do you really want to delete export files and the log file?
data-migration.app-redirected = App({app_name}) is redirected.
data-migration.app-redirected-explanation = All incoming SDK calls for this app are redirected to remote server:
data-migration.app-redirected-remove = Click to go to app settings
#form
data-migration.please-wait = Please wait
data-migration.creating-new-token = Creating new token....
data-migration.complete = Complete
data-migration.new-token-created = New token created
data-migration.error = Error
data-migration.unable-create-token = Unable to generate token
#error messages(export)
data-migration.sending-failed-server-address-wrong = Sending failed. Target server address is not valid
data-migration.you-have-valid-export-failed-in-sending = You have valid export failed in sending state
data-migration.exportid_not_provided = Please provide exportid
data-migration.export_not_found = Export with given id not found
data-migration.status-missing = Status missing
data-migration.token_missing = Token missing
data-migration.address_missing = Address missing
data-migration.invalid-app-id = Invalid app id
data-migration.no_app_ids = Please provide at least one app id to export data.
data-migration.some_bad_ids = You don't have any apps with given ids:
data-migration.invalid_app_id = Given app id is/are not valid:
data-migration.apps_not_found = You don't have any apps to export data from.
data-migration.already-running-exporting-process = Already running exporting process
data-migration.you-have-already-exported-data = You have already exported data.
data-migration.export_in_process = You have an ongoing export process with the same data.
data-migration.export_files_missing = You don't have any export files. Please start a new export process.
data-migration.export_before_failed = You have already tried to export files. Data import is failing on the other server.
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.
data-migration.failed-generate-scripts = Failed to generate export scripts
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.
data-migration.export-stopped = Export process is stopped. You can delete data and start new process.
data-migration.export-started = Export process has successfully started.
data-migration.target-server-not-valid= Target server address is not valid
data-migration.enter-your-server-address = Enter your server address
data-migration.enter-your-server-token = Enter your server token
data-migration.enter-your-export-folder = Enter your export folder
data-migration.connection-is-valid = Connection is valid
data-migration.invalid-server-path = Invalid path. Countly server is reachable, but it looks like data migration plugin is not enabled on it.
data-migration.export-already-failed = Export already failed
data-migration.export-already-finished = Export already finished
data-migration.export-already-stopped = Export process stopped
data-migration.export-already-sent = Data has already been sent
data-migration.export-already-done = There is already done export for same app(apps). To start new export process previous one has to be deleted.
data-migration.exportid-missing= Missing export ID
data-migration.invalid-exportid = Invalid export ID
data-migration.unable-to-remove-directory = Unable to remove directory
data-migration.unable-to-copy-file = Unable to copy file
data-migration.there-are-no-symbolication-files = There are no symbolication crash files
#error messages(import)
data-migration.there-is-no-data-to-insert = There is no data for insert
data-migration.import-started = Import process started successfully
data-migration.import-file-missing = Import file is missing.
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.
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.
data-migration.file-to-big-error = File is to large to upload to server. Please modify your server settings to allow uploading bigger files.
data-migration.badformat = Uploaded file should be .tar.gz
data-migration.could-not-find-file = Could not find file on server
data-migration.unable-to-delete-log-file = Unable to delete log file
#systemlogs
systemlogs.action.export_finished = Export Successful
systemlogs.action.export_failed = Export Failed
systemlogs.action.import_finished_response_ok = Import Successful
systemlogs.action.import_finished = Import Successful
systemlogs.action.import_failed = Import Failed
systemlogs.action.import_failed_response_failed = Import Failed. Failed to notify source server.
systemlogs.action.import_failed_response_ok = Import Failed. Source server notified.
systemlogs.action.import_finished_response_failed = Import successful. Failed to notify source server about successful import.
systemlogs.action.app_redirected = App redirected
#for app redirect settings
management-applications.redirect_url= Redirect URL
management-applications.redirect_url.help = Incoming data for this app is redirected to given address. Disable to stop data redirection.
management-applications.table.redirect_not_set = None
management-applications.table.remove_redirect = Remove redirect