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
common.emtpy-view-title = ...hmm, seems empty here
235
235
common.emtpy-view-subtitle = No data found
236
-
common.no-widget-text = Add a widget to create dashboard and see <br/> some informative explanation
237
-
common.no-dashboard-text = Create dashboard and see<br/> some informative explanation
236
+
common.no-widget-text = Add a widget to create dashboard and see some informative explanation
237
+
common.no-dashboard-text = Create dashboard and see some informative explanation
238
238
common.create-dashboard = + Create a Dashboard
239
239
common.add-widget = + Add a Widget
240
240
common.sunday = Sunday
@@ -257,6 +257,9 @@ common.select-all-with-count = Select all {0}
257
257
common.deselect = Deselect
258
258
common.session = Session
259
259
common.sessions = Sessions
260
+
common.go-to-settings = Go to settings
261
+
common.go-to-app-settings = Go to application management
262
+
common.go-to-task-manager = Go to Task Manager
260
263
261
264
#vue
262
265
common.undo = Undo
@@ -348,7 +351,7 @@ assistant.taskmanager.longTaskTooLong.title = This request is running for too lo
348
351
assistant.taskmanager.longTaskTooLong.message = We have switched it to report manager and will notify you when it is finished.
349
352
assistant.taskmanager.longTaskTooLong.info = Check its status in Utilities -> Report Manager
350
353
assistant.taskmanager.longTaskAlreadyRunning.title = A similar report is already running.
351
-
assistant.taskmanager.longTaskAlreadyRunning.message = Looks like report with same parameters already running in <a href='#/manage/tasks'>report manager</a>
354
+
assistant.taskmanager.longTaskAlreadyRunning.message = Looks like report with same parameters already running in report manager
352
355
assistant.taskmanager.completed.title = Report completed for {1}
353
356
assistant.taskmanager.completed.message = Results are ready for {0} reports. Check report manager to view them.
354
357
assistant.taskmanager.errored.title = Failed to generate report for {0}
events.max-event-key-limit = Maximum limit of unique event keys ({0}) has been reached. Limit can be <a href="/dashboard#/manage/configurations/api">adjusted</a>.
710
-
events.max-segmentation-limit = Maximum limit of segmentations ({0}) in current event "{1}" has been reached. Limit can be <a href="/dashboard#/manage/configurations/api">adjusted</a>.
711
-
events.max-unique-value-limit = Maximum limit of unique values ({0}) in current event segmentation "{1}" has been reached. Limit can be <a href="/dashboard#/manage/configurations/api">adjusted</a>.
712
+
events.max-event-key-limit = Maximum limit of unique event keys ({0}) has been reached. Limit can be adjusted.
713
+
events.max-segmentation-limit = Maximum limit of segmentations ({0}) in current event "{1}" has been reached. Limit can be adjusted.
714
+
events.max-unique-value-limit = Maximum limit of unique values ({0}) in current event segmentation "{1}" has been reached. Limit can be adjusted.
712
715
713
716
events.event-group-drawer-create = Create new Event Group
714
717
events.event-group-name = Event Group name
@@ -799,9 +802,9 @@ management-applications.app-locked = Application is locked.
799
802
management-applications.icon-error = Only jpg, png and gif image formats are allowed
800
803
management-applications.no-app-warning = In order to start collecting data you need to add an application to your account.
801
804
management-applications.app-key-change-warning-title = Changing the App key
802
-
management-applications.app-key-change-warning = Changing the app key will cause all users from this point on to be recorded as new users even if they used your application before. <br/><br/>This action is only recommended if you are migrating an application from another server or changing the app key of a new application.
805
+
management-applications.app-key-change-warning = Changing the app key will cause all users from this point on to be recorded as new users even if they used your application before. This action is only recommended if you are migrating an application from another server or changing the app key of a new application.
803
806
management-applications.app-key-change-warning-confirm = Continue, change the app key
804
-
management-applications.app-key-change-warning-EE = Changing the app key will cause all users from this point on to be recorded as new users even if they used your application before. <br/><br/>This action is only recommended if you are migrating an application from another server or changing the app key of a new application. <br/><br/>If your intention was to change the app key to stop collecting data for this application, recommended way of doing so is using Filtering Rules plugin.
807
+
management-applications.app-key-change-warning-EE = Changing the app key will cause all users from this point on to be recorded as new users even if they used your application before. This action is only recommended if you are migrating an application from another server or changing the app key of a new application. If your intention was to change the app key to stop collecting data for this application, recommended way of doing so is using Filtering Rules plugin.
805
808
management-applications.first-app-message2 = Great\! You can now embed Countly SDK into your application and start viewing your stats instantly. Don't forget to get your App Key from above.
806
809
management-applications.types.mobile = Mobile
807
810
management-applications.checksum-salt = Salt for checksum
@@ -1090,7 +1093,7 @@ token_manager.table.expiration-description = Set expiration time for token
token_manager.token-expiration-time = Expiration Time
1129
-
token_manager.LoginAuthToken-description = This token is created when creating dashboard screenshots. <br/>If you are not currently rendering dashboard images, you can delete this token.
1130
-
token_manager.LoggedInAuth-description = This token is used for keeping users session.<br/> Deleting it will log out user currently using it to keep session.
1132
+
token_manager.LoginAuthToken-description = This token is created when creating dashboard screenshots. If you are not currently rendering dashboard images, you can delete this token.
1133
+
token_manager.LoggedInAuth-description = This token is used for keeping users session. Deleting it will log out user currently using it to keep session.
1131
1134
1132
1135
1133
1136
version_history.page-title = Countly version history
Copy file name to clipboardExpand all lines: plugins/crashes/frontend/public/localization/crashes.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
crashes.title = Crashes
3
3
crashes.plugin-title = Crash analytics
4
4
crashes.plugin-description = See actionable information about crashes and exceptions including which users are impacted
5
-
crashes.not-found = This crash report cannot be viewed. Possible reasons:<br/><br/>You are trying to view a crash report that you do not have access to or<br/>Link to this crash is invalid.
5
+
crashes.not-found = This crash report cannot be viewed. Possible reasons:You are trying to view a crash report that you do not have access to or the link to this crash is invalid.
0 commit comments