@nyaruka/temba-components 0.93.3 → 0.94.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/locales/es.js +3 -6
- package/dist/locales/es.js.map +1 -1
- package/dist/locales/fr.js +3 -6
- package/dist/locales/fr.js.map +1 -1
- package/dist/locales/pt.js +3 -6
- package/dist/locales/pt.js.map +1 -1
- package/dist/temba-components.js +146 -59
- package/dist/temba-components.js.map +1 -1
- package/out-tsc/src/compose/Compose.js +6 -1
- package/out-tsc/src/compose/Compose.js.map +1 -1
- package/out-tsc/src/contactsearch/ContactSearch.js +163 -62
- package/out-tsc/src/contactsearch/ContactSearch.js.map +1 -1
- package/out-tsc/src/locales/es.js +3 -6
- package/out-tsc/src/locales/es.js.map +1 -1
- package/out-tsc/src/locales/fr.js +3 -6
- package/out-tsc/src/locales/fr.js.map +1 -1
- package/out-tsc/src/locales/pt.js +3 -6
- package/out-tsc/src/locales/pt.js.map +1 -1
- package/out-tsc/src/tabpane/TabPane.js +22 -2
- package/out-tsc/src/tabpane/TabPane.js.map +1 -1
- package/package.json +1 -1
- package/src/compose/Compose.ts +6 -1
- package/src/contactsearch/ContactSearch.ts +188 -78
- package/src/locales/es.ts +3 -6
- package/src/locales/fr.ts +3 -6
- package/src/locales/pt.ts +3 -6
- package/src/tabpane/TabPane.ts +22 -2
- package/xliff/es.xlf +6 -15
- package/xliff/fr.xlf +6 -15
- package/xliff/pt.xlf +6 -15
package/xliff/pt.xlf
CHANGED
|
@@ -5,23 +5,14 @@
|
|
|
5
5
|
<trans-unit id="scf1453991c986b25">
|
|
6
6
|
<source>Tab to complete, enter to select</source>
|
|
7
7
|
</trans-unit>
|
|
8
|
-
<trans-unit id="
|
|
9
|
-
<source>
|
|
8
|
+
<trans-unit id="s638236250662c6b3">
|
|
9
|
+
<source>Have sent a message in the last</source>
|
|
10
10
|
</trans-unit>
|
|
11
|
-
<trans-unit id="
|
|
12
|
-
<source>
|
|
11
|
+
<trans-unit id="s8f02e3a18ffc083a">
|
|
12
|
+
<source>Are not currently in a flow</source>
|
|
13
13
|
</trans-unit>
|
|
14
|
-
<trans-unit id="
|
|
15
|
-
<source>
|
|
16
|
-
</trans-unit>
|
|
17
|
-
<trans-unit id="sc85010c81b71421e">
|
|
18
|
-
<source>Avoid interrupting a contact who is already in a flow.</source>
|
|
19
|
-
</trans-unit>
|
|
20
|
-
<trans-unit id="s3e3fa53e834f4fda">
|
|
21
|
-
<source>Skip repeat contacts</source>
|
|
22
|
-
</trans-unit>
|
|
23
|
-
<trans-unit id="s95e715d82602bced">
|
|
24
|
-
<source>Avoid restarting a contact who has been in this flow in the last 90 days.</source>
|
|
14
|
+
<trans-unit id="s4788ee206c4570c7">
|
|
15
|
+
<source>Have not started this flow in the last 90 days</source>
|
|
25
16
|
</trans-unit>
|
|
26
17
|
</body>
|
|
27
18
|
</file>
|