Skip to content

Commit d2d8ed6

Browse files
author
Master
committed
Localization sync
1 parent 5b070bf commit d2d8ed6

40 files changed

+2237
-329
lines changed

ab-testing.properties

+25-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@ sidebar.ab-testing = A/B Testing
22
ab-testing.title = A/B Testing
33
ab-testing.back-to-text = Back to A/B Testing
44
ab-testing.plugin-description = Test different variants of your remote config variables
5+
ab-testing.tooltip-content = A/B testing is a way to compare multiple versions of a single variable, for example by testing a subject's response to variant A against variant B, and determining which of the variants is more effective.
56
ab-testing.running = Running
7+
ab-testing.running-tooltip-content = Experiments that are currently deployed to users
68
ab-testing.running-experiment = Running experiment
79
ab-testing.drafts = Drafts
10+
ab-testing.drafts-tooltip-content = Experiments that are not deployed to the users yet
811
ab-testing.draft = Draft
912
ab-testing.completed = Completed
13+
ab-testing.completed-tooltip-content = Experiments that have finished
1014
ab-testing.create-experiment = Create Experiment
1115
ab-testing.start-experiment = Start Experiment
1216
ab-testing.experiment = Experiment {0}
@@ -30,27 +34,40 @@ ab-testing.create-experiment-title = Create new experiment
3034
ab-testing.edit-experiment-title = Edit experiment
3135
ab-testing.experiment-description = Experiment Description
3236
ab-testing.experiment-expiration = Expiration
37+
ab-testing.experiment-expiration-tooltip-content = Define how or when the experiment stops
3338
ab-testing.experiment-days = Stop the experiment after the given number of days if the winner is inconclusive
3439
ab-testing.experiment-days.error.key = Please enter a valid number between 1 and 3650 (10 years)
40+
ab-testing.experiment-expiration-manual-title = Manually
41+
ab-testing.experiment-expiration-manual-description = Stop the experiment manually whenever you choose
42+
ab-testing.experiment-expiration-day-title = Expiration day
43+
ab-testing.experiment-expiration-day-description = Set a specific date to automatically stop the experiment
44+
ab-testing.experiment-expiration-improvement-title = Target improvement rate
45+
ab-testing.experiment-expiration-improvement-description = Stop the experiment when a variant achieves the target rate
46+
ab-testing.experiment-expiration-day-improvement-title = Both expiration day and target improvement rate
47+
ab-testing.experiment-expiration-day-improvement-description = Stop the experiment when a variant reaches the target rate or the set date, whichever comes first
3548
placeholder.enter-experiment-name = Enter Experiment Name
3649
placeholder.enter-experiment-days = Enter Experiment Days
3750
placeholder.enter-experiment-description = Enter Experiment Description
3851
ab-testing.targeting-condition = TARGET USERS
52+
ab-testing.targeting-condition-tooltip-content = Filter the users that should be part of the experiment
3953
ab-testing.add-condition = + Add condition
4054
ab-testing.condition = Condition
4155
ab-testing.percentage-users-text = Percentage of target users that’ll be part of this experiment
4256
ab-testing.control-group = Control group
57+
ab-testing.control-group-tooltip-content = The original version of the variable that is being tested. It serves as the baseline to compare against alternative variants.
58+
ab-testing.property-segmentation-description = Select the properties you would like your users to have as the goal of this A/B test. You may select multiple properties with an and/or setting.
59+
ab-testing.behavior-segmentation-description = Select the behaviour you would like your users to perform or not perform as the goal of this A/B test. You may select multiple behaviours with an and/or setting.
4360
ab-testing.variant-number = Variant {0}
4461
ab-testing.total-variants = variants
4562
ab-testing.total-user = Total User
4663
ab-testing.name = Name
4764
ab-testing.experiment-state-change-info = Experiment has {0}.
48-
ab-testing.experiment-state-change-desc = You can explore it in <b> {0} </b> section.
65+
ab-testing.experiment-state-change-desc = You can explore it in {0} section.
4966
ab-testing.started = started
5067
ab-testing.stopped = stopped
5168
ab-testing.stop = Stop Experiment
5269
ab-testing.delete-experiment-title = Delete experiment
53-
ab-testing.delete-experiment-text = Do you really want to delete the experiment <b> {0} </b>?
70+
ab-testing.delete-experiment-text = Do you really want to delete the experiment {0} ?
5471
ab-testing.yes-delete-experiment = Yes, delete experiment
5572
ab-testing.add-new-parameter = Add new parameter
5673
ab-testing.total_users_exposed = Users Exposed
@@ -68,6 +85,7 @@ ab-testing.targeting = Targeting
6885
ab-testing.percentage = Percentage
6986
ab-testing.variants = Variants
7087
ab-testing.variant = Variant
88+
ab-testing.variant-tooltip-content = The alternative versions of the variable that is being tested.
7189
ab-testing.pm.improvement = Improvement over baseline (95%)
7290
ab-testing.pm.conversion_rate = Conversion rate (95%)
7391
ab-testing.pm.probability_beat_baseline = Probability to beat baseline
@@ -78,6 +96,10 @@ ab-testing.collapse = Collapse
7896
ab-testing.duplicate-param-desc = A parameter with this name already exists. Please change the name.
7997
ab-testing.duplicate-condition-desc = A condition with this name already exists. Please change the name.
8098
ab-testing.create-parameter = Create Parameter
99+
ab-testing.performance-metrics.improvement = Change
100+
ab-testing.performance-metrics.conversion_rate = Conversion rate
101+
ab-testing.performance-metrics.probability_beat_baseline = Probability to beat baseline
102+
ab-testing.performance-metrics.conversion_number = Conversion number
81103
82104
ab-testing.winner.winner = Winner
83105
ab-testing.winner.too_early = It is too early to decide a winner
@@ -131,4 +153,4 @@ systemlogs.action.ab_created = {0} Experiment Created
131153
systemlogs.action.ab_deleted = {0} Experiment Deleted
132154
systemlogs.action.ab_started = {0} Experiment Started
133155
systemlogs.action.ab_stopped = {0} Experiment Stopped
134-
systemlogs.action.ab_updated = {0} Experiment Updated
156+
systemlogs.action.ab_updated = {0} Experiment Updated

active_users.properties

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ active_users.monthly-avg = Monthly Avg. Active Users
1818
active_users.daily = Daily Active Users
1919
active_users.weekly = Weekly Active Users
2020
active_users.monthly = Monthly Active Users
21-
active_users.daily-avg-desc = Daily average of active users on the selected day, in the selected time period. For more information, please check the <a href="https://support.count.ly/hc/en-us/articles/360037639631-Web-Analytics">Analytics User Guide</a>.
22-
active_users.weekly-avg-desc = Weekly average of active users in the selected week, in the selected time period. For more information, please check the <a href="https://support.count.ly/hc/en-us/articles/360037639631-Web-Analytics">Analytics User Guide</a>.
23-
active_users.monthly-avg-desc = Monthly average of active users in the selected month, in the selected time period. For more information, please check the <a href="https://support.count.ly/hc/en-us/articles/360037639631-Web-Analytics">Analytics User Guide</a>.
21+
active_users.daily-avg-desc = Daily average of active users on the selected day, in the selected time period.
22+
active_users.weekly-avg-desc = Weekly average of active users in the selected week, in the selected time period.
23+
active_users.monthly-avg-desc = Monthly average of active users in the selected month, in the selected time period.
2424
active_users.go_to_active_users = Go to Active Users
2525
web.active_users.daily-avg = Daily Avg. Active Visitors
2626
web.active_users.weekly-avg = Weekly Avg. Active Visitors
2727
web.active_users.monthly-avg = Monthly Avg. Active Visitors
2828
web.active_users.daily = Daily Active Visitors
2929
web.active_users.weekly = Weekly Active Visitors
3030
web.active_users.monthly = Monthly Active Visitors
31-
web.active_users.daily-avg-desc = Daily average of active visitors on the selected day, in the selected time period. For more information, please check the <a href="https://support.count.ly/hc/en-us/articles/360037639631-Web-Analytics">Analytics User Guide</a>.
32-
web.active_users.weekly-avg-desc = Weekly average of active visitors in the selected week, in the selected time period. For more information, please check the <a href="https://support.count.ly/hc/en-us/articles/360037639631-Web-Analytics">Analytics User Guide</a>.
33-
web.active_users.monthly-avg-desc = Monthly average of active visitors in the selected month, in the selected time period. For more information, please check the <a href="https://support.count.ly/hc/en-us/articles/360037639631-Web-Analytics">Analytics User Guide</a>.
31+
web.active_users.daily-avg-desc = Daily average of active visitors on the selected day, in the selected time period.
32+
web.active_users.weekly-avg-desc = Weekly average of active visitors in the selected week, in the selected time period.
33+
web.active_users.monthly-avg-desc = Monthly average of active visitors in the selected month, in the selected time period.
3434
web.active_users.go_to_active_users = Go to Active Visitors

adjust.properties

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#adjust
2+
3+
adjust.plugin-title = Adjust
4+
adjust.plugin-description = Adjust

ai-assistants.properties

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ai-assistants.title = AI Assistants
2+
3+
ai-assistants.prompt.title = Assistant
4+
ai-assistants.prompt.message-placeholder = Type a message for the assistant
5+
ai-assistants.prompt.message-send-button = Send
6+
7+
configs.ai-assistants-apiKey_openai = Open AI API key
8+
configs.help.ai-assistants-apiKey_openai = API key to connect to Open AI services
9+
configs.ai-assistants-assistantId_cohorts = Cohorts assistant id
10+
configs.ai-assistants-assistantId_funnels = Funnels assistant id
11+
configs.ai-assistants-assistantId_queryBuilder = Query Builder assistant id

alerts.properties

+4-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ alert.add-number=Add Number
8080
alert.add-alert=Add Alert
8181
alert.save-alert=Save Alert
8282
alert.save=Create
83-
alert.tips = Overview of all alerts set up. Create new alerts to receive emails when<br/> specific conditions related to metrics are met.
83+
alert.tips = Overview of all alerts set up. Create new alerts to receive emails when specific conditions related to metrics are met.
8484
alerts.application-tooltip= Data Points is the only data type available for your selected Application.
8585
alerts.update-status-success = Successfully update status
8686
alerts.save-alert-success= Alert saved
@@ -108,4 +108,6 @@ alert.email-header = Email Notification
108108
alerts.email-icon = This alert can only be used within Hooks to trigger actions.
109109
alerts.common-icon-info = Alert will be triggered as soon as a new response is submitted for the selected widget.
110110
alerts.crashes-icon = Alert will be triggered as soon as a new, before unseen crash occurs.
111-
111+
alerts.status-all = All alerts
112+
alerts.status-enabled = Enabled
113+
alerts.status-disabled = Disabled

attribution.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ attribution.hide = Make hidden
7373
attribution.all = Visible Campaigns
7474
attribution.hidden = Hidden Campaigns
7575
attribution.view-campaign = view campaign
76-
attribution.not-found = This campaign cannot be viewed. Possible reasons:<br/><br/>You are trying to view a campaign that you do not have access to or<br/>Link to this campaign is invalid.
76+
attribution.not-found = This campaign cannot be viewed. Possible reasons: You are trying to view a campaign that you do not have access to or the link to this campaign is invalid.
7777
attribution.empty-campaign = Select one or more campaigns to see the chart
7878
attribution.custom-segment = Any custom segment key you added to campaign url
7979
attribution.allow-custom-links = Allow custom links

cohorts.properties

+6-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cohorts.generate = Generate
1010
cohorts.view-users = View Users
1111
cohorts.confirm-delete-title = Delete cohort?
1212
cohorts.yes-delete-cohort = Yes, delete cohort
13-
cohorts.confirm-delete = You are about to delete cohort called {0}. This cohort will also be cleared from any dashboard widgets if any is using it. If for any widget after deletion no cohort will be left. <br> Do you want to continue?
13+
cohorts.confirm-delete = You are about to delete cohort called {0}. This cohort will also be cleared from any dashboard widgets if any is using it. If for any widget after deletion no cohort will be left. Do you want to continue?
1414
cohorts.confirm-delete-push = This cohort is in use by {0} active automated push message(s). Are you sure you want to delete this cohort?
1515
cohorts.delete-failed = Deletion failed. Please try again and check API logs if unsuccessful.
1616
cohorts.create-cohort = + Create New Cohort
@@ -48,12 +48,13 @@ cohorts.group-name-description = Enter Group name
4848
cohorts.group-visibility-all = All users with app access can view this group
4949
cohorts.group-visibility-selected = Share group with some specific users
5050
cohorts.group-visibility-private = Only I can see the group and it's details
51+
cohorts.edit-warning = Editing this cohort will reset its historical data, including the list of users who entered or exited the cohort, as well as the total number of users in it. The cohort will be recalculated starting from today, and past data will no longer be available.
5152
cohorts.search-in-groups = Search in groups
5253
cohorts.delete-profile-group = Delete Group
5354
cohorts.yes-delete-group = Yes, delete group
5455
cohorts.confirm-delete-group = Delete Profile Group?
55-
cohorts.groups-confirm-delete-single= You are about to delete profile group called <b>{0}</b>. Do you want to continue?
56-
cohorts.groups-confirm-delete-multi= You are about to delete {0} profile groups called <b>{1}</b>. Do you want to continue?
56+
cohorts.groups-confirm-delete-single= You are about to delete profile group called {0}. Do you want to continue?
57+
cohorts.groups-confirm-delete-multi= You are about to delete {0} profile groups called {1}. Do you want to continue?
5758
cohorts.back-to-profile-groups = Back to Profile Groups
5859
cohorts.add-to-profile-group = Add to Profile Group
5960
cohorts.remove-from-profile-group = Remove from Group
@@ -127,7 +128,7 @@ cohorts.equal-to = Equal to
127128
cohorts.less-than = At most
128129
cohorts.number-of-times = Number of times
129130
cohorts.select-frequency = define frequency
130-
cohorts.minimum-value-alert = You can not enter <br/>less than {0}.
131+
cohorts.minimum-value-alert = You can not enter less than {0}.
131132
cohorts.more-performed-message-plural = at least {0} times
132133
cohorts.more-performed-message = at least {0} time
133134
cohorts.less-performed-message-plural = at most {0} times
@@ -210,7 +211,7 @@ cohorts.configure-metrics = Configure metrics
210211
cohorts.detail.overview.empty-title = User metrics overview is empty
211212
cohorts.detail.overview.empty-text = Configure overview to visualise user metrics of the cohort at a glance.
212213
cohorts.create-first-cohort=There are no cohorts
213-
cohorts.create-first-message=Create cohorts to divide users in groups so that you can segment all data.<br>
214+
cohorts.create-first-message=Create cohorts to divide users in groups so that you can segment all data.
214215
cohorts.create-first-message-click = Click "Create Cohort" to get started.
215216
cohorts.distribution-of-users = Breakdown of Total Users by Metric
216217
cohorts.distribution-user-description = Overview of metrics related to the total users in the selected Cohort. To select the Cohorts that you want to monitor here, please click on ''Configure Metrics''.

0 commit comments

Comments
 (0)