We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fc0af commit 9b5af3bCopy full SHA for 9b5af3b
app/src/main/res/values-iw/strings.xml
@@ -1,2 +1,11 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<resources></resources>
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
3
+ <string name="action_search">חיפוש</string>
4
+ <plurals name="selectedCardCount">
5
+ <item quantity="one"><xliff:g>%d</xliff:g> נבחר</item>
6
+ <item quantity="two"><xliff:g>%d</xliff:g> נבחרו</item>
7
+ <item quantity="other"><xliff:g>%d</xliff:g> נבחרו</item>
8
+ </plurals>
9
+ <string name="action_add">הוסף</string>
10
+ <string name="noGiftCards">לחץ על כפתור הפלוס (+) כדי להוסיף כרטיס, או ייבא מתפריט ⋮.</string>
11
+</resources>
0 commit comments