-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathremote-config.properties
112 lines (111 loc) · 6.44 KB
/
remote-config.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
remote-config.title = Remote Config
remote-config.plugin-description = Change the behaviour and appearance of your application using server side parameters
sidebar.remote-config = Remote Config
remote-config.maximum_allowed_parameters = Maximum number of parameters
remote-config.conditions_per_paramaeters = Maximum number of conditions
configs.remote-config = Remote Config
configs.help.remote-config.maximum_allowed_parameters = Set maximum number of parameters that are allowed per parameter by any application
configs.help.remote-config.conditions_per_paramaeters = Set maximum number of conditions that are allowed per parameter by any application
remote-config.parameters = Parameters
remote-config.conditions = Conditions
remote-config.add-parameters = Add parameter
remote-config.add-conditions = Add condition
remote-config.add-condition = + Add condition
remote-config.parameter = Parameter
remote-config.condition = Condition
remote-config.description = Description
remote-config.add-description = Add description
placeholder.add-description = Add a description
remote-config.name = Name
remote-config.definition = Definition
remote-config.used-in-parameters = Used in parameters
remote-config.used-in-parameters-text = {0} parameters affected
remote-config.add-parameter-title = Add Parameter
remote-config.edit-parameter-title = Edit parameter
remote-config.add-condition-title = Add condition
remote-config.edit-condition-title = Edit condition
remote-config.select-condition = Select Condition
remote-config.parameter-key = Parameter key
placeholder.parameter-key-name = Parameter key name
remote-config.default-value = Default Value
placeholder.set-default-value = Enter value
remote-config.delete-parameter-title = Delete parameter?
remote-config.delete-condition-title = Delete condition?
remote-config.yes-delete-parameter = Yes, delete parameter
remote-config.yes-delete-condition = Yes, delete condition
remote-config.confirm-parameter-delete = Are you sure you want to delete the parameter {0} ?
remote-config.confirm-condition-delete = Are you sure you want to delete the condition {0} ?
remote-config.condition-name = Condition name
remote-config.color = Color
placeholder.condition-name = Example: logo path
remote-config.condition-definition = Condition definition
remote-config.condition-definition.description = Condition definition
remote-config.have-already-one = You have already added this condition to the parameter
remote-config.create-condition = Create condition
remote-config.add-new-condition = Add new condition
remote-config.random-percentile = Random percentile
remote-config.seed = Seed (Optional)
remote-config.seed-value = Seed value
remote-config.seed-value-default = Default
remote-config.seed-value-description = Leave blank to use the default seed value to address same users within given percentage ranges across conditions and parameters. Use a custom seed value to randomize percentiles.
placeholder.seed-value = Seed value
remote-config.param-key-error = Parameter key contains an invalid character. Parameter keys must start with an underscore or English letter character [A-Z, a-z], and may also include numbers.
remote-config.condition-key-error = Condition name contains an invalid character. Condition name must have English letter characters [A-Z, a-z] and numbers only.
remote-config.maximum_parameters_added = You have reached the maximum parameters limit. Cannot add more parameters.
remote-config.maximum_conditions_added = You have reached the maximum conditions limit per parameter. Cannot add more conditions.
systemlogs.action.rc_rollout = Config Rolled Out
systemlogs.action.rc_parameter_created = Remote Config Parameter Created
systemlogs.action.rc_parameter_edited = Remote Config Parameter Edited
systemlogs.action.rc_parameter_removed = Remote Config Parameter Removed
systemlogs.action.rc_condition_created = Remote Config Condition Created
systemlogs.action.rc_condition_edited = Remote Config Condition Edited
systemlogs.action.rc_condition_removed = Remote Config Condition Removed
remote-config-running = Remote Config is running
remote-config-stopped = Remote Config is stopped
remote-config.condition.name.placeholder = Enter condition name
remote-config.condition.color.tag = Color Tag
remote-config.condition.color.tag.description = Color Tag
remote-config.conditions.parameter.affected = parameter affected
remote-config.conditions.random.percentile = Random Percentile
remote-config.use.description = Use description
remote-config.conditions.description = Condition description
remote-config.conditions.description.placeholder = Enter condition description
remote-config.parameter-key.description = Parameter description
remote-config.parameter-key.placeholder = Enter parameter key name
remote-config.parameter.description = Parameter description
remote-config.parameter.description.placeholder = Enter parameter description
remote-config.default-value.description = Default value
remote-config.default-value.placeholder = Enter default value
remote-config.parameter.conditions.description = Conditions description
remote-config.expiration.time = USE EXPIRATION TIME
remote-config.expiration.time.description = Set expiration time for parameter
remote-config.expiration.time.error = Must be at least one day
remote-config.parameter.status = Status
remote-config.parameter.ab.status = A/B Testing Status
remote-config.parameter.created = Created
remote-config.expire.date = Expire date
remote-config.start = Start
remote-config.stop = Stop
remote-config.enable = Enable
remote-config.disable = Disable
remote-config.parameter.running = Running
remote-config.percentage = Percentage
remote-config.parameter.stopped = Stopped
remote-config.parameter.expired = Expired
remote-config.parameter.enabled = Enabled
remote-config.parameter.disabled = Disabled
remote-config.parameter.action-tooltip-content = Actions are not allowed when the parameter is in use in an experiment
remote-config.json.editor = JSON Editor
remote-config.json.invalid = Invalid JSON code
remote-config.json.valid = Valid JSON code
remote-config.json.format = Format
remote-config.parameter.conditions.placeholder = Search in conditions
remote-config.parameter.conditions.add.value = + Add value for condition
remote-config.parameter.conditions.new.condition = New Condition
remote-config.type.d = Date
remote-config.type.n = Number
remote-config.type.bl = Big List
remote-config.type.s = String
remote-config.type.l = List
remote-config.percent.of.total = of Total
remote-config.parameter.conditions.add.new.condition = Add New Condition