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.
2 parents 4045566 + 9b5af3b commit edc3c38Copy full SHA for edc3c38
app/src/main/res/values-iw/strings.xml
@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<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