apps-android-commons/app/src/main/res/values-iw/strings.xml
Seán Mac Gillicuddy 0f906b20c9
#3222 Merge Structured Data branch into master (#3553)
* #3222 Merge master into Structured Data branch, fix conflicts (#3447)

* [WIP] Fixes #2942. Set 'depicts' automatically for images uploaded via 'Nearby'

* Feature/refractor uploads [WIP] (#2887)

* Fix duplicate param information (#2515)

* Bug fix issue #2476 (#2526)

* Added wikidataEntityID in all db versions, handled db.execSql via method runQuery

* Versioning and changelog for v2.10.2 (#2531)

* Update changelog.md

* Versioning for v2.10.2

* Update changelog.md

* Bugfix/issue 2580 (#2584)

* Corrected string placedholders in certain string files

* Corrected string placedholders in certain string files[Bug fix #2580]

* Bug Fix #2585 (#2647)

* Bug Fix #2585
* Added null checks on view in SearchImageFragment when updating views from external sources
* Disposed the disposables in SearchActivity and SearchImageFragment when no longer in active lifecycle

* use FragmentUtils to verify fragment active state

* Bug Fix issue #2648 (#2678)

* Bug Fix issue #2648
* Handled external storage permission before file download

* * Removed redudant check for permission in MediaDetailPagerFragment (Dexter already does that)
* Removed duplicate code in PermissionUtil$checkPermissionsAndPerformAction, used the existing function with conditional extra parameters

* string name typo correction

* BugFix issue #2652 (#2706)

* Addded null check on bookmark before operating on it

* BugFix issue #2711 (#2712)

* Added null checks in OkHttpJsonApiClient$searchImages MwQueryResponse

* BugFix #2718 (#2719)

* Handled null auth cookies

* Fix #2791: NPE when nominating for deletion and leaving screen (#2792)

* Bug Fix issue #2789 (#2790)

* Handled Illegal State Exception for non existent appropriate view parents in ViewUtils$showShortSnackbar

* BugFix #2720 (#2831)

BugFix deprecated licenes #2720

* ui fixes, wip, upload

* *Issue #2886, BugFix #2832[wip]
* updated UploadActivity code
* modified ui
* Updated UploadPresenterTest

* * updated interfaces names to follow names suffixed with Contract
* added test cases

* card view elevation

* view pager disabled swipe

* bug fix, duplicate image

* used existing non-swipable view pager

* Avoid image view resize with keyboard, added adjustPan and stateVisible as softinputMode for UploadActivity

* retain UploadBaseFragment instances on orientation changes

* * Added test cases for UploadMediaPresenter
* Injected io and main thread schedulers

* categories presenter test cased wip

* Added CategoriesPresenter test

* * Added the logic to show open map (with to be uploaded image's coordinates while uploading image)

* codacy suggested changes * added java docs

* Added travis_wait fot android-wait-for-emulator

* ranamed interface onResponseCallback to Callback

* * Added api to delete picture in UploadModel
* cleanUp in UploadModel. once upload has been initiated
* Removed unused methods from UploadModel and the corresponding test class

* * Added tests for UploadPresenter
* Travis suggested changes
* Addded copy previous title and description

* * Made the upload add descriptions visible when keyboard visible
* add description request focus only when user manually requests it

* Added JavaDocs, review suggested changes

* Fix dagger injection

* use DialogUtil to show info in descriptions

* use activity context for DialogUtil

* Minor changes

* refactored title

* ui for depicts

* bug fix

* basic architecture for depicts

* adde architecture components for depicts

* [WIP] ApacheHttpClientMediaWikiApi.wikidataEditEntity: JSON param creation uses object instead of string

* resolved dagger errors

* multilingual captions and next button error resolved

* fixed next button issues in depicts fragment

* captions and depicts

* resolved previous button click issues

* fixed bindview error and added multi-captions

* replaced description and caption with uploadmediadetail

* refactored few classes

* modified ui of depicts

* minor fixes

* Bug fix, reduced the add description edit text clickable bound (#2973)

* moved depicts before categories

* replaced previous filename with captions

* removed time from filename

* added depicts suggestions

* [WIP] Wikidata Sandbox (Q4115189) test

* changes layout of layout_upload_depicts

* changed layout of upload_depicts

* code stuck at IO_SCHEDULER

* labels and description for depicts activity

* Bugfix/uploads (#3000)

* merged with master

* BugFix IllegalStateException
* setRetainState(true), not required with FragmentStatePagerAdapter
* Increase the ViewPager's Offscreen Limit, we want all the fragments to be active

* BugFix, clear selected categoris for previous upload session
* Clear Selected Categories
* Addded JavaDocs for CategoriesModel

* Code Formatting in app/src/main/java/fr/free/nrw/commons/upload/UploadModel.java

* Added class level JavaDoc UploadRemoteDataSource

* Added class level JavaDoc for UploadRepository

* Added JavaDocs for ThumbnailsAdapter

* Added JavaDocs for MediaLicensePresenter, CategoriesPresenter

* Removed null check on category query
* Show default catgeories based on image title and gps location when category text empty
* Allow search for empty category search

* Attached image scale listener to upload media image

* Bug fix, reduced the add description edit text clickable bound

* Fix memory leak (#3001)

* Bugfix/uploads (#3002)

* merged with master

* BugFix IllegalStateException
* setRetainState(true), not required with FragmentStatePagerAdapter
* Increase the ViewPager's Offscreen Limit, we want all the fragments to be active

* BugFix, clear selected categoris for previous upload session
* Clear Selected Categories
* Addded JavaDocs for CategoriesModel

* Code Formatting in app/src/main/java/fr/free/nrw/commons/upload/UploadModel.java

* Added class level JavaDoc UploadRemoteDataSource

* Added class level JavaDoc for UploadRepository

* Added JavaDocs for ThumbnailsAdapter

* Added JavaDocs for MediaLicensePresenter, CategoriesPresenter

* Removed null check on category query
* Show default catgeories based on image title and gps location when category text empty
* Allow search for empty category search

* Attached image scale listener to upload media image

* Bug fix, reduced the add description edit text clickable bound

* Added tooltip in Title in UploadMediaFragment

* BugFix recent categories

* Updated test methods

* Bugfix/uploads (#3011)

* merged with master

* BugFix IllegalStateException
* setRetainState(true), not required with FragmentStatePagerAdapter
* Increase the ViewPager's Offscreen Limit, we want all the fragments to be active

* BugFix, clear selected categoris for previous upload session
* Clear Selected Categories
* Addded JavaDocs for CategoriesModel

* Code Formatting in app/src/main/java/fr/free/nrw/commons/upload/UploadModel.java

* Added class level JavaDoc UploadRemoteDataSource

* Added class level JavaDoc for UploadRepository

* Added JavaDocs for ThumbnailsAdapter

* Added JavaDocs for MediaLicensePresenter, CategoriesPresenter

* Removed null check on category query
* Show default catgeories based on image title and gps location when category text empty
* Allow search for empty category search

* Attached image scale listener to upload media image

* Bug fix, reduced the add description edit text clickable bound

* Added tooltip in Title in UploadMediaFragment

* BugFix recent categories

* Updated test methods

* Avoid memory leak, free the adpater in MediaLicenseFragment.onDestroyView

* bugfix/uploads (#3012)

* merged with master

* BugFix IllegalStateException
* setRetainState(true), not required with FragmentStatePagerAdapter
* Increase the ViewPager's Offscreen Limit, we want all the fragments to be active

* BugFix, clear selected categoris for previous upload session
* Clear Selected Categories
* Addded JavaDocs for CategoriesModel

* Code Formatting in app/src/main/java/fr/free/nrw/commons/upload/UploadModel.java

* Added class level JavaDoc UploadRemoteDataSource

* Added class level JavaDoc for UploadRepository

* Added JavaDocs for ThumbnailsAdapter

* Added JavaDocs for MediaLicensePresenter, CategoriesPresenter

* Removed null check on category query
* Show default catgeories based on image title and gps location when category text empty
* Allow search for empty category search

* Attached image scale listener to upload media image

* Bug fix, reduced the add description edit text clickable bound

* Added tooltip in Title in UploadMediaFragment

* BugFix recent categories

* Updated test methods

* Avoid memory leak, free the adpater in MediaLicenseFragment.onDestroyView

* BugFix Illegal State Exception in ViewpPagerAdapter

* Remove irrelevant comment

* merge conflict with strings (#3016)

* [WIP] Fixed duplicated subscriprion for 'addPropertyP180'

* added documentation

* fixed issue #3006

* resolved issue #3004

* fixed issue with categoryPresenterTest.kt

* send captions as labels

* fixed issue with the captions

* optimised imports

* added upload for captions

* minor changes

* resolved issue with uploading captions

* resolved issue with api call

* uploading captions to wikibase

* added some tests and documentation

* undo formatting changes

* uploaded captions as labels to wikibase

* minor changes

* resolved error with spinner adpater

* adding captions to local database

* Fixed issue #3035

* fixed issue #3033

* fixed issue #3005

* fixed issue #3005

* added search for depicts

* fixed issue with compile time

* fixe issue with project build

* fixed issue #3044

* merged uploading depicts into branch

* uploading depicts

* rebased branch

* fixed crash due to depicts

* modified depicts interface

* Resolve merge conflicts

* Fix issues with API calls

* Use wikidata token

* searching depictions from depicts activity

* added some documentation and other changes

* fixed crash on selecting depictions

* sending wikidataentity id to upload depictions

* added changes after review

* Fixed issue with next button diabling in media detail activity

* added tests for depictions

* added all the unit tests and fixed few more issues

* showing captions in media details

* show captions in media details

* added documentations and worked upon review comments

* parsing response for depictions

* displaying captions and depiction QID in media detail

* added documentation

* fetching labels from QIDs

* captions working perfectly

* added documentations and code cleaning

* minor changes

* minor changes

* Showing items in explore

* added search via depicts in explore

* Added setOffscreenPageLimit in ViewPager

* show captions in explore

* show captions in home

* showing depict images under items

* added documentation and code refactoring

* enabled pagination in depiction search

* added some tests and media deatils in depiction detail activity

* fixed bug with back button in media

* fixed issue #3100

* fixed issue #3098

* fixed issue #3099

* fixed issue #3104 and #3098

* showing captions in place of title in home and explore:media

* show captions in explore:depiction image list activity

* showing depictions in media details

* showing depictions in media details in production flavor

* fixed issue #3108 and #3107

* fix isse #3108

* fixed issue #3110 and #3112

* fixed issue #3113

* added documentations

* fixed issue #3076 and #3109

* added depiction search test

* fixed issue #3113

* fixed issue #3111

* fixed issue #3106

* Showing items in explore

* minor change

* fixed issue #3118 and some other changes

* added MVP in searchdepictionsfragment

* added mvp architecture

* added MVP architecture to DepictedImagesDetailsActivity

* added documentation and some minor changes

* added image to depicted item in search depictions

* * Use callbacks from renderer to fetch thumbnails

* adding fresco to load image in depictions

* adding thumbnail image for depictions in upload and explore

* pagination issues

* fixed issue --(showing previous depiction thumbnail in explore)

* Fixed the logic for pagination

* hide progress on success of last page

* adding sub-items and parent items to search in explore

* minor changes for review comments

* fixed issue #3119

* fixed issue #3130

* changes after review comments

* showing child classes for depictions

* Showing child items

* showing parent classes for depicted items

* adding localised search for parent and child items

* clicking on any child class or parent class should call the corresponding class items

* fixed issue of showing wrong thumbnail for P18 item

* fixed issue #3132

* added test for DepictedImagesPresenter.java

* added unit tests for depicted items parent and child classes

* removed unused imports and code formatting

* fixed issue in search test

* deleting unnecessary .attach_pid9313 file

* deleting unnecessary .attach_pid9655 file

* added SearchDepictionsPresenterTest

* changes after review comments

* updates for review comments

* added more documentations

* removed unused code and classes and addressed spacing changes

* changes after review

* fixed build issues in the app

* worked on some review comments

* fixed issue:wrong thumbnail appears on wikidata item

* minor change

* worked on some review changes

* worked on review comments

* minor change

* addressed remaining review comments

* replaced hardcoded jpgs with pageIds to fetch captions

* added documentation

* removed hardcoded extensions and worked on review comments

* review comments

* [WIP] Added Depicts values for flavors

* [WIP] Minor fix

* [WIP] Minor fixes

* [WIP] Fixed URL

* [WIP] Fixed URLs and tokens

* Fixed MediaClient: added check for null in continuation store

* Fixed Media::from, changed return from null to new Media()

* [WIP] Merged with master

* Fix #3254 Displays a proper message in explore section when no result for caption

* Updated Mockito to org.mockito:mockito-inline:2.13.0

* [WIP] Fixed tests after merging

* [WIP] Fixed some JUnit tests

* Fixed 'accessing from wrong thread' error

* #3222 Delete manifest declaration of activity as fragment - stop casting MainActivity to CatgoryImagesCallback - fix tests

* Remove unit test not associated with any class - make CategoryPresenterTest more idiomatic

* fix compilation errors

Co-authored-by: Vitaly V. Pinchuk <vetal.978@gmail.com>
Co-authored-by: Ashish Kumar <ashishkumar468@gmail.com>
Co-authored-by: vanshikaarora <vanshikaa937@gmail.com>
Co-authored-by: Vivek Maskara <maskaravivek@gmail.com>
Co-authored-by: Vanshika Arora <34261945+vanshikaarora@users.noreply.github.com>
Co-authored-by: Somanshu and Himanshu <somanshS14@gmail.com>

* #3482 Use Room in Structured Data branch - remove unused code (#3483)

* #3482 Use Room in Structured Data branch - remove unused code

* #3482 Use Room in Structured Data branch - fix unit test compilation

* #3482 Use Room in Structured Data branch - add kdoc

* #3490 Depiction Search in upload shows No Results before it gets results (#3491)

* #3482 Use Room in Structured Data branch - remove unused code

* #3482 Use Room in Structured Data branch - fix unit test compilation

* #3490 Depiction Search in upload shows No Results before it gets results - stop showing error on subscription

* #3490 Depiction Search in upload shows No Results before it gets results - update test cases

* make labels nullable too

* fix unit test compilation

* #3222 remove lingering reference to depiction content provider

* Fix Crash

* #3222 Merge master into Structured Data branch, fix conflicts - review fixes

* Fix method invocations

* #3529 Captions/depictions are not saved to Commons (#3574)

* #3529 Captions/depictions are not saved to Commons - make copy of list of depictionEntityIds - uncomment editBaseDepictsProperty - refactor upload related classes

* #3529 Captions/depictions are not saved to Commons - fix wrong ArrayList usage

* #3529 Captions/depictions are not saved to Commons - fix test

* #3503 Remove Title/Caption From MediaUploadDetail and only use Caption/Description pairs  (#3578)

* #3529 Captions/depictions are not saved to Commons - make copy of list of depictionEntityIds - uncomment editBaseDepictsProperty - refactor upload related classes

* #3529 Captions/depictions are not saved to Commons - fix wrong ArrayList usage

* #3529 Captions/depictions are not saved to Commons - fix test

* #3503 Remove Title/Caption From MediaUploadDetail and only use Caption/Description pairs - replace title with the first MediaDetail

* #3503 Remove Title/Caption From MediaUploadDetail and only use Caption/Description pairs - restore button disabling

* #3503 Remove Title/Caption From MediaUploadDetail and only use Caption/Description pairs - fix nearby place

* fix thumbnail issue 3526 (#3617)

* #3222 Merge master into Structured Data branch, fix conflicts - fix bad merge

* #3529 Captions/depictions are not saved to Commons (#3588)

* #3529 Captions/depictions are not saved to Commons - update flow to update appropriate data

* #3529 Captions/depictions are not saved to Commons - fix invoking of setlabel

* #3529 Captions/depictions are not saved to Commons - fix unit tests

* #3529 Captions/depictions are not saved to Commons - use constant for @Named

* #3529 Captions/depictions are not saved to Commons - remove captions interface

* #3529 Captions/depictions are not saved to Commons - delete unused Contribution fields - enforce Single Responsibility by using PageContentsCreator

* #3529 Captions/depictions are not saved to Commons - prefix id with M - remove language from url and only add from Field

* #3529 Captions/depictions are not saved to Commons - make edits of depictions and captions sequential

* #3529 Captions/depictions are not saved to Commons - remove unused model fields

* #3529 Captions/depictions are not saved to Commons - weaken type of categories - copy list on Contribution creation

* #3529 Captions/depictions are not saved to Commons - mark Media fields private - weaken types - remove partly implemented fields

* #3529 Captions/depictions are not saved to Commons - add semi colon

* #3529 Captions/depictions are not saved to Commons - fix test

* Fix issue 3526 Unlike "Items" tab, "child classes" tab does not display description nor image thumbnail (#3619)

* fix thumbnail issue 3526

* Fix Description issue 3526

* revert changes on this file, not finished with it yet

* Fix Description for Child and Parent classes - issue 3526

* Remove conflict text in file

* Remove retrofit.HEAD import

* Incorporated review comments

* Fix issue 3137 (#3637)

* Fix issue 3137

* Remove import Timber

* Remove unnecessary space

* #3222 Merge master into Structured Data branch, fix conflicts - revert logging

* Fix build

* #3661 No Depictions Selected Dialog has reversed buttons - fix button order

* Revert "#3661 No Depictions Selected Dialog has reversed buttons - fix button order"

This reverts commit d8f9809584.

* #3222 Merge master into Structured Data branch, fix conflicts - remove unused methods/fields

* #3661 No Depictions Selected Dialog has reversed buttons - fix button order (#3662)

* #3653 Many Mnull requests - stop requesting captions for null ids (#3657)

* #3653 Many Mnull requests - stop requesting captions for null ids

* #3653 Many Mnull requests - move log line

* #3633 [structured-data branch] In depictions selection screen, suggest nearby items  (#3650)

* #3633 [structured-data branch] In depictions selection screen, suggest nearby items - for empty search terms show nearby items for depictions

* #3633 [structured-data branch] In depictions selection screen, suggest nearby items - use linear radii progression to search for places

* #3666 Crash when uploading on structured-data branch - revert cleanup of UploadController (#3670)

* #3222 Merge Structured Data branch into master - fix caption rendering in new UI

* #3222 Merge Structured Data branch into master - upgrade retrofit + okhttp

* #3664 Stop using JsonObject on StructuredData (#3672)

* #3664 Stop using JsonObject on StructuredData - remove usage in Media classes - remove from depicts client - create partial network models

* #3664 Stop using JsonObject on StructuredData - allow partial mapping of polymorphic models by returning null in typeadapter

* #3664 Stop using JsonObject on StructuredData - use models for editing depicts property

* #3664 Stop using JsonObject on StructuredData - use models for sparql parent query

* #3664 Stop using JsonObject on StructuredData - fix unit test compilation

* #3664 Stop using JsonObject on StructuredData - unify sparql responses

* #3664 Stop using JsonObject on StructuredData - minor cleanup of misnamed/unused/too broad visibility

* #3664 Stop using JsonObject on StructuredData - share variable names and logic for the Sarql queries

* #3664 Stop using JsonObject on StructuredData - add error logging

Co-authored-by: Vitaly V. Pinchuk <vetal.978@gmail.com>
Co-authored-by: Ashish Kumar <ashishkumar468@gmail.com>
Co-authored-by: vanshikaarora <vanshikaa937@gmail.com>
Co-authored-by: Vivek Maskara <maskaravivek@gmail.com>
Co-authored-by: Vanshika Arora <34261945+vanshikaarora@users.noreply.github.com>
Co-authored-by: Somanshu and Himanshu <somanshS14@gmail.com>
Co-authored-by: vvijayalakshmi21 <34595292+vvijayalakshmi21@users.noreply.github.com>
2020-04-21 09:34:53 -07:00

593 lines
54 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- Authors:
* Abijeet Patro
* Ademo
* Amire80
* Barakolo
* Deborahjay
* Erelon
* ExampleTomer
* Ghsuvr
* Guycn2
* IKhitron
* Inkbug
* Nurick
* Steeve815
* Strayblues
* Uziel302
* YaronSh
* דגש חזק
* חיים
-->
<resources>
<string name="title_activity_explore">לחקור</string>
<string name="navigation_item_explore">לחקור</string>
<string name="preference_category_appearance">מראה</string>
<string name="preference_category_general">כללי</string>
<string name="preference_category_feedback">משוב</string>
<string name="preference_category_privacy">פרטיות</string>
<string name="preference_category_location">מיקום</string>
<string name="app_name">ויקישיתוף</string>
<string name="bullet"></string>
<string name="menu_settings">הגדרות</string>
<string name="intent_share_upload_label">להעלות לוויקישיתוף</string>
<string name="username">שם משתמש</string>
<string name="password">סיסמה</string>
<string name="login_credential">כניסה לחשבון Commons Beta שלך</string>
<string name="login">כניסה</string>
<string name="forgot_password">שכחת את הסיסמה?</string>
<string name="signup">רישום</string>
<string name="logging_in_title">כניסה לחשבון</string>
<string name="logging_in_message">נא להמתין…</string>
<string name="login_success">הכניסה הצליחה!</string>
<string name="login_failed">הכניסה נכשלה!</string>
<string name="upload_failed">הקובץ לא נמצא. נא לנסות קובץ אחר.</string>
<string name="authentication_failed">אימות הפרטים נכשל, נא להיכנס מחדש</string>
<string name="uploading_started">ההעלאה התחילה!</string>
<string name="upload_completed_notification_title">הקובץ %1$s הועלה!</string>
<string name="upload_completed_notification_text">ללחוץ כאן כדי לצפות בהעלאה שלך</string>
<string name="upload_progress_notification_title_start">התחלת העלאת %1$s</string>
<string name="upload_progress_notification_title_in_progress">מתבצעת העלאת %1$s</string>
<string name="upload_progress_notification_title_finishing">העלאת %1$s מסתיימת</string>
<string name="upload_failed_notification_title">העלאת %1$s נכשלה</string>
<string name="upload_failed_notification_subtitle">לחץ כדי להציג</string>
<plurals name="uploads_pending_notification_indicator" fuzzy="true">
<item quantity="one">מועלה קובץ אחד</item>
<item quantity="other">מועלים %1$d קבצים</item>
</plurals>
<string name="title_activity_contributions">ההעלאות האחרונות שלי</string>
<string name="contribution_state_queued">בתור</string>
<string name="contribution_state_failed">נכשלה</string>
<string name="contribution_state_in_progress">%1$d%% הושלמו</string>
<string name="contribution_state_starting">העלאה</string>
<string name="menu_from_gallery">מגלריה</string>
<string name="menu_from_camera">צילום תמונה</string>
<string name="menu_nearby">בסביבה</string>
<string name="provider_contributions">ההעלאות שלי</string>
<string name="menu_share">שיתוף</string>
<string name="menu_open_in_browser">הצגה בדפדפן</string>
<string name="share_title_hint">כותרת (נדרש)</string>
<string name="add_title_toast">נא לתת כותרת לקובץ הזה</string>
<string name="share_description_hint">תיאור</string>
<string name="login_failed_network">לא ניתן להיכנס כשל בתקשורת</string>
<string name="login_failed_wrong_credentials">לא ניתן להיכנס לחשבון נא לבדוק את שם המשתמש ואת הסיסמה</string>
<string name="login_failed_throttled">יותר מדי ניסיונות כניסה כושלים. נא לנסות שוב בעוד מספר דקות.</string>
<string name="login_failed_blocked">סליחה, החשבון הזה חסום בוויקישיתוף</string>
<string name="login_failed_2fa_needed">יש לספק את קוד האימות הדו־שלבי שלך.</string>
<string name="login_failed_generic">כניסה נכשלה</string>
<string name="share_upload_button">העלאה</string>
<string name="multiple_share_base_title">שם האוסף</string>
<string name="add_set_name_toast">נא לספק שם לערכה הזאת</string>
<string name="provider_modifications">שינויים</string>
<string name="menu_upload_single">העלאה</string>
<string name="categories_search_text_hint">חיפוש קטגוריות</string>
<string name="menu_save_categories">שמירה</string>
<string name="refresh_button">רענון</string>
<string name="display_list_button">רשימה</string>
<string name="gps_disabled">ה־GPS במכשיר שלך אינו מופעל. האם להפעיל אותו?</string>
<string name="enable_gps">הפעלת GPS</string>
<string name="contributions_subtitle_zero">לא הועלה עדיין שום דבר</string>
<plurals name="contributions_subtitle" fuzzy="true">
<item quantity="zero">\@string/contributions_subtitle_zero</item>
<item quantity="one">(%1$d)</item>
<item quantity="other">(%1$d)</item>
</plurals>
<plurals name="starting_multiple_uploads" fuzzy="true">
<item quantity="one">התחלת העלאה</item>
<item quantity="other">התחלת 1$d% העלאות</item>
</plurals>
<plurals name="multiple_uploads_title" fuzzy="true">
<item quantity="one">העלאה אחת</item>
<item quantity="other">%1$d העלאות</item>
</plurals>
<string name="categories_not_found">לא נמצאו קטגוריות בשם %1$s</string>
<string name="categories_skip_explanation">יש להוסיף קטגוריות כדי שיהיה קל יותר למצוא את התמונות שלך בוויקישיתוף.\nכדי להוסיף קטגוריה יש להתחיל לכתוב.</string>
<string name="categories_activity_title">קטגוריות</string>
<string name="title_activity_settings">הגדרות</string>
<string name="title_activity_signup">רישום</string>
<string name="title_activity_featured_images">תמונות מומלצות</string>
<string name="title_activity_category_details">קטגוריה</string>
<string name="title_activity_review">ביקורת עמיתים</string>
<string name="menu_about">אודות</string>
<string name="about_license">יישום ויקישיתוף (Wikimedia Commons app) הוא יישום קוד פתוח שמפותח ומתוחזק על־ידי מקבלי מלגות ומתנדבים של קהילת ויקימדיה. קרן ויקימדיה אינה מעורבת ביצירה, פיתוח, או תחזוקה של היישום.</string>
<string name="about_improve">נא ליצור &lt;a href=\"%1$s\"&gt;דיווח בגיטהאב&lt;/a&gt; בשביל באגים והצעות.</string>
<string name="about_privacy_policy">מדיניות פרטיות</string>
<string name="about_credits">יוצרים</string>
<string name="title_activity_about">אודות</string>
<string name="menu_feedback">שליחת משוב (בדוא\"ל)</string>
<string name="no_email_client">לא מותקן לקוח דואר אלקטרוני</string>
<string name="provider_categories">קטגוריות בשימוש לאחרונה</string>
<string name="waiting_first_sync">מחכה לסנכרון הראשון…</string>
<string name="no_uploads_yet">עדיין לא העלית תמונות.</string>
<string name="menu_retry_upload">לנסות שוב</string>
<string name="menu_cancel_upload">ביטול</string>
<plurals name="share_license_summary" fuzzy="true">
<item quantity="one">התמונה הזאת תפורסם ברישיון %1$s</item>
<item quantity="other">התמונות האלה תפורסמנה ברישיון %1$s</item>
</plurals>
<string name="media_upload_policy">שליחת התמונה הזאת מהווה את הצהרתי על כך שזאת יצירה שלי, שהיא לא מכילה חומר מוגבל בזכויות יוצרים או תמונות עצמיות (סלפי) ומתאימה בכל אופן ל&lt;a href=\"https://commons.wikimedia.org/wiki/Commons:Policies_and_guidelines\"&gt;מדיניות של אתר ויקישיתוף של ויקימדיה&lt;/a&gt;.</string>
<string name="menu_download">הורדה</string>
<string name="preference_license">רישיון ברירת מחדל</string>
<string name="use_previous">להשתמש בכותרת ותיאור קודמים</string>
<string name="allow_gps">לקבל אוטומטית את המיקום הנוכחי</string>
<string name="allow_gps_summary">אחזור המיקום הנוכחי אם אין בתמונה תגי מיקום, וכן הוספת תגי מיקום לתמונה. אזהרה: פעולה זו תחשוף את המיקום הנוכחי שלך.</string>
<string name="preference_theme">ערכת נושא</string>
<string name="license_name_cc_by_sa_four">ייחוס–שיתוף זהה 4.0</string>
<string name="license_name_cc_by_four">ייחוס 4.0</string>
<string name="license_name_cc_by_sa">ייחוס–שיתוף זהה 3.0</string>
<string name="license_name_cc_by">ייחוס 3.0</string>
<string name="license_name_cc0">CC0</string>
<string name="license_name_cc_by_sa_3_0">CC BY-SA 3.0</string>
<string name="license_name_cc_by_sa_3_0_at">CC BY-SA 3.0 (אוסטריה)</string>
<string name="license_name_cc_by_sa_3_0_de">CC BY-SA 3.0 (גרמניה)</string>
<string name="license_name_cc_by_sa_3_0_ee">CC BY-SA 3.0 (אסטוניה)</string>
<string name="license_name_cc_by_sa_3_0_es">CC BY-SA 3.0 (ספרד)</string>
<string name="license_name_cc_by_sa_3_0_hr">CC BY-SA 3.0 (קרואטיה)</string>
<string name="license_name_cc_by_sa_3_0_lu">CC BY-SA 3.0 (לוקסמבורג)</string>
<string name="license_name_cc_by_sa_3_0_nl">CC BY-SA 3.0 (הולנד)</string>
<string name="license_name_cc_by_sa_3_0_no">CC BY-SA 3.0 (נורווגיה)</string>
<string name="license_name_cc_by_sa_3_0_pl">CC BY-SA 3.0 (פולין)</string>
<string name="license_name_cc_by_sa_3_0_ro">CC BY-SA 3.0 (רומניה)</string>
<string name="license_name_cc_by_3_0">CC BY 3.0</string>
<string name="license_name_cc_by_sa_4_0">CC BY-SA 4.0</string>
<string name="license_name_cc_by_4_0">CC BY 4.0</string>
<string name="license_name_cc_zero">CC Zero</string>
<string name="tutorial_1_text">ויקישיתוף מארח את רוב התמונות שמשמשות בוויקיפדיה.</string>
<string name="tutorial_1_subtext">התמונות שלכם עוזרות להעניק השכלה לאנשים מסביב לעולם!</string>
<string name="tutorial_2_text">נא להעלות תמונות שצולמו או נוצרו באופן מלא על־ידיכם:</string>
<string name="tutorial_2_subtext_1">עצמים טבעיים (פרחים, חיות, הרים)</string>
<string name="tutorial_2_subtext_2">חפצים שימושיים (אופניים, תחנות רכבת)</string>
<string name="tutorial_2_subtext_3">אנשים מפורסמים (ראש העיר שלכם, ספורטאים אולימפיים שפגשתם)</string>
<string name="tutorial_3_text">נא לא להעלות:</string>
<string name="tutorial_3_subtext_1">תמונות עצמיות (\"סלפי\") או תמונות של חברים שלכם</string>
<string name="tutorial_3_subtext_2">תמונות שהורדתם מהאינטרנט</string>
<string name="tutorial_3_subtext_3">צילומי מסך של יישומים קנייניים</string>
<string name="tutorial_4_text">העלאה לדוגמה:</string>
<string name="tutorial_4_subtext_1">כותרת: בית האופרה של סידני</string>
<string name="tutorial_4_subtext_2">תיאור: בית האופרה של סידני כפי שהוא נראה מעבר למפרץ</string>
<string name="tutorial_4_subtext_3">קטגוריות: בית האופרה של סידני מהמערב, מראות מרוחקים על בית האופרה של סידני</string>
<string name="welcome_wikipedia_text">תרמו את התמונות שלכם. עזרו לערכים בוויקיפדיה להתעורר לחיים!</string>
<string name="welcome_wikipedia_subtext">התמונות בוויקיפדיה מגיעות מ־Wikimedia Commons.</string>
<string name="welcome_copyright_text">התמונות שלכם עוזרות להעניק השכלה לאנשים מסביב לעולם.</string>
<string name="welcome_copyright_subtext">נא להימנע מחומרים מוגבלים בזכויות יוצרים שמצאתם באינטרנט וכן מתמונות של כרזות, עטיפות ספרים, וכו\'.</string>
<string name="welcome_final_text">נראה לך שקלטת?</string>
<string name="welcome_final_button_text">כן!</string>
<string name="welcome_help_button_text">מידע נוסף</string>
<string name="detail_panel_cats_label">קטגוריות</string>
<string name="detail_panel_cats_loading">בטעינה...</string>
<string name="detail_panel_cats_none">לא נבחר דבר</string>
<string name="detail_description_empty">אין תיאור</string>
<string name="detail_discussion_empty">אין דיון</string>
<string name="detail_license_empty">רישיון לא ידוע</string>
<string name="menu_refresh">רענון</string>
<string name="storage_permission_title">בקשת הרשאה לאחסון</string>
<string name="read_storage_permission_rationale">נדרשת הרשאה: קריאת אחסון חיצוני. היישום לא יכול לגשת לגלריה שלך בלי זה.</string>
<string name="write_storage_permission_rationale">נדרשת הרשאה: כתיבה לאחסון חיצוני. היישום לא יכול לגשת למצלמה או לגלריה שלך בלי זה.</string>
<string name="location_permission_title">בקשת הרשאה למיקום</string>
<string name="location_permission_rationale">הרשאה לא מחייבת: קבלת מיקום נוכחי בשביל הצעות קטגוריות</string>
<string name="ok">אישור</string>
<string name="title_activity_nearby">מקומות בסביבה</string>
<string name="no_nearby">לא נמצאו מקומות בסביבה</string>
<string name="warning">אזהרה</string>
<string name="duplicate_image_found">נמצאה תמונה כפולה</string>
<string name="upload_image_duplicate">הקובץ הזה כבר קיים בוויקישיתוף. האם להמשיך?</string>
<string name="upload">העלאה</string>
<string name="yes">כן</string>
<string name="no">לא</string>
<string name="media_detail_title">כותרת</string>
<string name="media_detail_description">תיאור</string>
<string name="media_detail_discussion">דיון</string>
<string name="media_detail_author">יוצר</string>
<string name="media_detail_uploaded_date">תאריך העלאה</string>
<string name="media_detail_license">רישיון</string>
<string name="media_detail_coordinates">נקודות ציון</string>
<string name="media_detail_coordinates_empty">לא סופקו</string>
<string name="become_a_tester_title">להפוך לבודק בטא</string>
<string name="become_a_tester_description">להירשם לערוץ הבטא שלנו בחנות גוגל Play ולקבל גישה מוקדמת לאפשרויות חדשות ותיקוני באגים</string>
<string name="_2fa_code">קוד אימות דו־שלבי</string>
<string name="number_of_uploads">הגבלת ההעלאות האחרונה שלי</string>
<string name="maximum_limit">מגבלה מרבית</string>
<string name="invalid_zero">אפס אינו תקף</string>
<string name="invalid_input">קלט שגוי</string>
<string name="maximum_limit_alert">לא ניתן להציג יותר מ־500</string>
<string name="enter_valid">נא להכניס מספר תקף</string>
<string name="cannot_be_zero">מגבלת ההעלאה לא יכולה להיות 0</string>
<string name="set_limit">מגבלת העלאות אחרונות</string>
<string name="login_failed_2fa_not_supported">אימות דו־שלבי אינו נתמך כעת.</string>
<string name="logout_verification">האם באמת לצאת מהחשבון?</string>
<string name="commons_logo">סמל ויקישיתוף</string>
<string name="commons_website">אתר ויקישיתוף</string>
<string name="commons_facebook">עמוד הפייסבוק של ויקישיתוף</string>
<string name="commons_github">קוד המקור של ויקישיתוף ב־GitHub</string>
<string name="background_image">תמונת רקע</string>
<string name="mediaimage_failed">תמונת המדיה נכשלה</string>
<string name="no_image_found">לא נמצאה תמונה</string>
<string name="no_subcategory_found">לא נמצאו תת־קטגוריות</string>
<string name="no_parentcategory_found">לא נמצאו קטגוריות הורות</string>
<string name="upload_image">העלאת תמונה</string>
<string name="welcome_image_mount_zao">הר זאו</string>
<string name="welcome_image_llamas">לאמות</string>
<string name="welcome_image_rainbow_bridge">גשר הקשת בענן</string>
<string name="welcome_image_tulip">צבעוני</string>
<string name="welcome_image_no_selfies">בלי תמונות סלפי</string>
<string name="welcome_image_proprietary">תמונה קניינית</string>
<string name="welcome_image_welcome_wikipedia">ברוך בואך ויקיפדיה</string>
<string name="welcome_image_welcome_copyright">הודעה לגבי זכויות יוצרים</string>
<string name="welcome_image_sydney_opera_house">בית האופרה של סידני</string>
<string name="cancel">ביטול</string>
<string name="navigation_drawer_open">פתיחה</string>
<string name="navigation_drawer_close">סגירה</string>
<string name="navigation_item_home">דף הבית</string>
<string name="navigation_item_upload">העלאה</string>
<string name="navigation_item_nearby">בסביבה</string>
<string name="navigation_item_about">אודות</string>
<string name="navigation_item_settings">הגדרות</string>
<string name="navigation_item_feedback">משוב</string>
<string name="navigation_item_logout">יציאה</string>
<string name="navigation_item_info">מדריך</string>
<string name="navigation_item_notification">התראות</string>
<string name="navigation_item_featured_images">מומלץ</string>
<string name="navigation_item_review">סקירה</string>
<string name="nearby_needs_permissions">אי־אפשר להציג מקומות בסביבה ללא הרשאות מיקום</string>
<string name="no_description_found">לא נמצא תיאור</string>
<string name="nearby_info_menu_commons_article">דף קובץ בוויקישיתוף</string>
<string name="nearby_info_menu_wikidata_article">פריט ויקינתונים</string>
<string name="nearby_info_menu_wikipedia_article">ערך בוויקיפדיה</string>
<string name="error_while_cache">שגיאה בעת שמירת תמונות במטמון</string>
<string name="title_info">כותרת מתארת ייחודית לקובץ, שתשמש כשם הקובץ. ניתן להשתמש בשפה טבעית עם רווחים. אין לכלול את סיומת הקובץ</string>
<string name="description_info">נא לתאר את המדיה כמה שיותר: איפה היא נוצרה? מה היא מראה? מה ההקשר? נא לתאר את העצמים או את האנשים. נא לחשוף מידע שאי־אפשר לנחש בקלות, למשל, הזמן ביום אם זאת תמונת נוף. אם המדיה מציגה משהו בלתי־רגיל, נא להסביר מה מיוחד בה.</string>
<string name="upload_image_too_dark">התמונה הזאת חשוכה מדי, האם ברצונך באמת להעלות אותה? ויקישיתוף מיועד רק לתמונות בעלות ערך אנציקלופדי.</string>
<string name="upload_image_blurry">התמונה הזאת מטושטשת, האם ברצונך באמת להעלות אותה? ויקישיתוף מיועד רק לתמונות בעלות ערך אנציקלופדי.</string>
<string name="upload_problem_exist">בעיות פוטנציאליות עם התמונה הזאת:</string>
<string name="upload_problem_image_dark">התמונה חשוכה מדי.</string>
<string name="upload_problem_image_blurry">התמונה מטושטשת.</string>
<string name="upload_problem_image_duplicate">התמונה כבר נמצאת בוויקישיתוף.</string>
<string name="upload_problem_different_geolocation">התמונה צולמה במקום אחר.</string>
<string name="upload_problem_fbmd">נא להעלות רק תמונות שהעלית בעצמך. לא להעלות תמונות שמצאת בחשבונות של כל מיני אנשים בפייסבוק.</string>
<string name="upload_problem_do_you_continue">האם ברצונך עדיין להעלות את התמונה הזאת?</string>
<string name="upload_problem_image">נמצאו בעיות בתמונה</string>
<string name="internet_downloaded">נא להעלות רק תמונות שצילמת בעצמך. לא להעלות תמונות שהורדת מהאינטרנט.</string>
<string name="give_permission">לתת הרשאה</string>
<string name="use_external_storage">להשתמש באחסון חיצוני</string>
<string name="use_external_storage_summary">שמירת תמונות שצולמו באמצעות מצלמה בתוך היישום במכשיר שלך</string>
<string name="login_to_your_account">כניסה לחשבון שלך</string>
<string name="send_log_file">שליחת קובץ יומן</string>
<string name="send_log_file_description">שליחת קובץ יומן למפתחים בדואר אלקטרוני כדי לחפש בעיות עם היישום. לתשומת לבך: יומנים יכולים להכיל מידע מזהה</string>
<string name="no_web_browser">לא נמצא דפדפן כדי לפתוח את כתובת ה־URL</string>
<string name="null_url">שגיאה! כתובת ה־URL לא נמצאה</string>
<string name="nominate_deletion">העמדה למחיקה</string>
<string name="nominated_for_deletion">התמונה הזאת מועמדת למחיקה.</string>
<string name="nominated_see_more">ר\' את האתר לפרטים</string>
<string name="nominating_file_for_deletion">מעמיד את %1$s למחיקה.</string>
<string name="nominating_for_deletion_status">העמדת קובץ למחיקה: %1$s</string>
<string name="view_browser">הצגה בדפדפן</string>
<string name="skip_login">לדלג</string>
<string name="navigation_item_login">כניסה לחשבון</string>
<string name="skip_login_title">האם באמת ברצונך לדלג על הכניסה לחשבון?</string>
<string name="skip_login_message">יהיה עליך להיכנס כדי להעלות תמונות בעתיד.</string>
<string name="login_alert_message">נא להיכנס לחשבון כדי להשתמש באפשרות הזאת</string>
<string name="copy_wikicode">העתקת קוד ויקי ללוח</string>
<string name="wikicode_copied">קוד הוויקי הועתק ללוח</string>
<string name="nearby_location_has_not_changed">המיקום לא השתנה.</string>
<string name="nearby_location_not_available">ייתכן ש\"בסביבה\" לא יפעל כראוי, משום שהמיקום אינו זמין.</string>
<string name="location_permission_rationale_nearby">נדרשת הרשאה כדי להציג רשימה של מקומות בסביבה</string>
<string name="get_directions">קבלת כיוונים</string>
<string name="read_article">קריאת הערך</string>
<string name="notifications_welcome">ברוך בואך לוויקישיתוף של ויקימדיה, %1$s! שמחים לראות אותך כאן אצלנו.</string>
<string name="notifications_talk_page_message">קיבלת הודעה מאת %1$s בדף השיחה שלך</string>
<string name="notifications_thank_you_edit">תודה לך על העריכה</string>
<string name="notifications_mention">אוזכרת על־ידי %2$s בדף %1$s.</string>
<string name="toggle_view_button">החלפת מצב תצוגה</string>
<string name="nearby_directions">כיוונים</string>
<string name="nearby_wikidata">ויקינתונים</string>
<string name="nearby_wikipedia">ויקיפדיה</string>
<string name="nearby_commons">ויקישיתוף</string>
<string name="about_rate_us">דרגו אותנו</string>
<string name="about_faq">שאלות נפוצות</string>
<string name="welcome_skip_button">לדלג על ההדרכה</string>
<string name="no_internet">האינטרנט אינו זמין</string>
<string name="internet_established">האינטרנט זמין</string>
<string name="error_notifications">שגיאה באחזור התראות</string>
<string name="error_review">שגיאת באחזור התמונה לסקירה. נא לרענן כדי לנסות שוב.</string>
<string name="error_review_categories">שגיאה באחזור קטגוריות תמונות לסקירה. נא לרענן כדי לנסות שוב.</string>
<string name="no_notifications">לא נמצאו התראות</string>
<string name="about_translate">תרגום</string>
<string name="about_translate_title">שפות</string>
<string name="about_translate_message">נא לבחור את השפה שבה תשלחו את התרגומים</string>
<string name="about_translate_proceed">המשך</string>
<string name="about_translate_cancel">ביטול</string>
<string name="retry">לנסות שוב</string>
<string name="showcase_view_got_it_button">הבנתי!</string>
<string name="showcase_view_whole_nearby_activity">אלה המקומות בסביבתך שזקוקים לתמונות כדי להמחיש את הערכים שלהם בוויקיפדיה.\n\nלחיצה על חיפוש באזור הזה נועלת את המפה ומתחילה חיפוש סביב המיקום הזה.</string>
<string name="showcase_view_list_icon">ניתן ללחוץ על כפתור זה כדי להציג רשימה של המקומות האלה</string>
<string name="showcase_view_plus_fab">באפשרותך להעלות תמונה של כל מקום מהגלריה או מהמצלמה שלך</string>
<string name="no_images_found">לא נמצאו תמונות!</string>
<string name="error_loading_images">אירעה שגיאה בטעינת התמונות.</string>
<string name="image_uploaded_by">הועלה על־ידי: %1$s</string>
<string name="block_notification_title">חסום</string>
<string name="block_notification">נחסמת מעריכת ויקישיתוף</string>
<string name="appwidget_img">תמונת היום</string>
<string name="app_widget_heading">תמונת היום</string>
<string name="menu_search_button">חיפוש</string>
<string name="search_commons">חיפוש בוויקישיתוף</string>
<string name="images_not_found">לא נמצאו תמונות שמתאימות לחיפוש %1$s</string>
<string name="title_activity_search">חיפוש</string>
<string name="search_recent_header">חיפוש אחרונים:</string>
<string name="provider_searches">דברים שחיפשת לאחרונה</string>
<string name="error_loading_categories">אירעה שגיאה בעת טעינת קטגוריות.</string>
<string name="error_loading_subcategories">אירעה שגיאה בעת טעינת תת־קטגוריות.</string>
<string name="search_tab_title_media">מדיה</string>
<string name="search_tab_title_categories">קטגוריות</string>
<string name="explore_tab_title_featured">מומלץ</string>
<string name="explore_tab_title_mobile">העלאה דרך נייד</string>
<string name="successful_wikidata_edit">התמונה נוספה לדף %1$s בוויקינתונים!</string>
<string name="wikidata_edit_failure">לא ניתן היה לעדכן הישות המתאימה בוויקינתונים!</string>
<string name="menu_set_wallpaper">הגדרה בתור טפט</string>
<string name="wallpaper_set_successfully">הרקע הוגדר בהצלחה!</string>
<string name="quiz">מבחן</string>
<string name="quiz_question_string">האם בסדר להעלות את התמונה הזאת?</string>
<string name="question">שאלה</string>
<string name="result">תוצאה</string>
<string name="quiz_back_button">העלאה של תמונות שדורשות מחיקה תגרום להחרמתך. האם באמת לסיים את הבוחן?</string>
<string name="quiz_alert_message">יותר מ־%1$s מהתמונות שהעלית נמחקו. אם תמשיך להעלות תמונות שצריך למחוק, חשבונך כנראה ייחסם.\n\nאולי תרצה לראות שוב את המדריך ואז לעשות בוחן כדי לעזור לך ללמוד אילו סוגים של תמונות צריך או לא צריך להעלות?</string>
<string name="selfie_answer">בתמונות עצמיות (סלפי) אין ערך אנציקלופדי. נא לא להעלות תמונות של עצמך אלא אם כן יש עליך ערך בוויקיפדיה.</string>
<string name="taj_mahal_answer">מותר להעלות תמונות של אנדרטאות ונופים ברוב המדינות. נא לשים לב לכך שיצירות אומנות שמוצבות באופן זמני בחוץ מוגבלות לעיתים קרובות בזכויות יוצרים, ואסור להעלות אותן.</string>
<string name="screenshot_answer">צילומי מסך של אתרי אינטרנט נחשבים ליצירות נגזרות ונתונים לאותם תנאי זכויות היוצרים כמו האתר עצמו. אפשר להשתמש בהם לאחר קבלת אישור מהיוצר. ללא אישור כזה, כל יצירה שמבוססת על העבודה שלהם נחשבת לעותק בלתי־מורשה בבעלות היוצר המקורי.</string>
<string name="blurry_image_answer">אחת מהמטרות של ויקישיתוף היא לאסוף תמונות איכותיות. לפיכך, אין להעלות תמונות מטושטשות. השתדלו תמיד לצלם תמונות יפות עם תאורה טובה.</string>
<string name="construction_event_answer">תמונות שמציגות טכנולוגיה או תרבות מתקבלות בברכה בוויקישיתוף.</string>
<string name="warning_for_image_reverts">אזהרה: יותר מ־%1$s מהתמונות שהעלית נמחקו. המשך העלאת תמונות שצריכות להימחק כנראה יוביל לכך שהחשבון שלך ייחסם.</string>
<string name="congratulatory_message_quiz">ענית נכון על %1$s מהשאלות. ברכות!</string>
<string name="warning_for_no_answer">יש לבחור אפשרות אחת מתוך שתיים כדי לענות על השאלה</string>
<string name="user_not_logged_in">זמן הכניסה לחשבון פקע, נא להיכנס שוב.</string>
<string name="quiz_result_share_message">שתף את הבוחן שלך עם חברים!</string>
<string name="continue_message">להמשיך</string>
<string name="correct">תשובה נכונה</string>
<string name="wrong">תשובה שגויה</string>
<string name="quiz_screenshot_question">האם בסדר להעלות את צילום המסך הזה?</string>
<string name="share_app_title">שיתוף היישום</string>
<string name="share_coordinates_not_present">לא ניתנו נקודות ציון בעת בחירת התמונה</string>
<string name="error_fetching_nearby_places">שגיאה באחזור המקומות בסביבתך.</string>
<string name="add_description">+ הוספת תיאור</string>
<string name="no_recent_searches">אין חיפושים אחרונים</string>
<string name="delete_recent_searches_dialog">האם באמת ברצונך לנקות את היסטוריית החיפוש שלך?</string>
<string name="delete_search_dialog">האם ברצונך למחוק חיפוש זה?</string>
<string name="search_history_deleted">היסטוריית החיפוש נמחקה</string>
<string name="nominate_delete">העמדה למחיקה</string>
<string name="delete">מחיקה</string>
<string name="Achievements">הישגים</string>
<string name="statistics">סטטיסטיקה</string>
<string name="statistics_thanks">התודה התקבלה</string>
<string name="statistics_featured">תמונות מומלצות</string>
<string name="statistics_wikidata_edits">תמונות דרך \"מקומות בסביבה\"</string>
<string name="level">רמה</string>
<string name="images_uploaded">תמונות שהועלו</string>
<string name="image_reverts">תמונות שלא שוחזרו</string>
<string name="images_used_by_wiki">תמונות בשימוש</string>
<string name="achievements_share_message">שתף את ההישגים שלך עם החברים שלך!</string>
<string name="achievements_info_message">הרמה שלך עולה ככל שתגיע לדרישות האלו. פריטים בפסקת \"סטטיסטיקה\" אינם נספרים לצורך הרמה.</string>
<string name="achievements_revert_limit_message">נדרש לפחות:</string>
<string name="images_uploaded_explanation">מספר התמונות שהעלית לוויקישיתוף, דרך כל תוכנת העלאה</string>
<string name="images_reverted_explanation">אחוז התמונות שהעלית לוויקישיתוף ושלא נמחקו</string>
<string name="images_used_explanation">מספר התמונות שהעלית לוויקישיתוף ושמשמשות בערכים בוויקיפדיה</string>
<string name="error_occurred">אירעה שגיאה!</string>
<string name="notifications_channel_name_all">התראה מוויקישיתוף</string>
<string name="preference_author_name_toggle">שימוש בשם יוצר מותאם אישית</string>
<string name="preference_author_name_toggle_summary">שימוש בשם יוצר בהתאמה אישית במקום בשם המשתמש שלך בעת העלאת תמונות</string>
<string name="preference_author_name">שם יוצר מותאם אישית</string>
<string name="contributions_fragment">תרומות</string>
<string name="nearby_fragment">בסביבה</string>
<string name="notifications">התראות</string>
<string name="read_notifications">התראות (שנקראו)</string>
<string name="display_nearby_notification">הצגת התראות סמוכות</string>
<string name="display_nearby_notification_summary">יש לגעת כאן כדי לצפות במקום הקרוב ביותר שדורש תמונות</string>
<string name="no_close_nearby">לא נמצאו מקומות בסביבתך</string>
<string name="list_sheet">רשימה</string>
<string name="storage_permission">הרשאת אחסון</string>
<string name="write_storage_permission_rationale_for_image_share">אנחנו זקוקים להרשאה שלך לגשת לאחסון חיצוני במכשיר שלך כדי להעלות תמונות.</string>
<string name="nearby_notification_dismiss_message">לא יופיעו עוד בפניך מקומות בסביבה שדורשים צילום. עם זאת, ניתן להפעיל התראה זו מחדש דרך ההגדרות במידת הצורך.</string>
<string name="step_count">שלב %1$d מתוך %2$d</string>
<string name="image_in_set_label">תמונה %1$d בסדרה</string>
<string name="next">הבאה</string>
<string name="previous">הקודמת</string>
<string name="submit">שליחה</string>
<string name="upload_title_duplicate">כבר קיים קובץ בשם %1$s. להמשיך?</string>
<string name="map_application_missing">לא נמצא יישום מפה תואם במכשיר שלך. נא להתקין יישום מפה כדי להשתמש בתכונה זו.</string>
<plurals name="upload_count_title" fuzzy="true">
<item quantity="one">העלאה אחת</item>
<item quantity="other">%1$d העלאות</item>
</plurals>
<string name="navigation_item_bookmarks">סימניות</string>
<string name="title_activity_bookmarks">סימניות</string>
<string name="title_page_bookmarks_pictures">תמונות</string>
<string name="title_page_bookmarks_locations">מיקומים</string>
<string name="menu_bookmark">הוספה / הסרה של סימנייה</string>
<string name="provider_bookmarks">סימניות</string>
<string name="bookmark_empty">לא הוספת שום סימנייה</string>
<string name="provider_bookmarks_location">סימניות</string>
<string name="log_collection_started">איסוף היומן התחיל. נא לאתחל את היישום, לבצע את הפעולה שברצונכם לרשום ביומן ואז ללחוץ שוב על \"שליחת קובץ יומן\"</string>
<string name="deletion_reason_uploaded_by_mistake">העליתי בטעות</string>
<string name="deletion_reason_publicly_visible">לא ידעתי שהתמונה תוצג לציבור</string>
<string name="deletion_reason_bad_for_my_privacy">הבנתי שזה לא טוב לפרטיות שלי</string>
<string name="deletion_reason_no_longer_want_public">התחרטתי, אינני רוצה עוד שהיא תוצג לציבור</string>
<string name="deletion_reason_not_interesting">סליחה, התמונה אינה מעניינת עבור אנציקלופדיה</string>
<string name="uploaded_by_myself">הועלה על ידי ב-%1$s, בשימוש ב-%2$d מאמר(ים)</string>
<string name="no_uploads">ברוך בואך לויקישיתוף!\n\nכדי להעלות את המדיה הראשונה שלך, נא להקיש על כפתור ההוספה.</string>
<string name="desc_language_Worldwide">בכל רחבי העולם</string>
<string name="desc_language_America">אמריקה</string>
<string name="desc_language_Europe">אירופה</string>
<string name="desc_language_Middle_East">המזרח התיכון</string>
<string name="desc_language_Africa">אפריקה</string>
<string name="desc_language_Asia">אסיה</string>
<string name="desc_language_Pacific">האוקיינוס השקט</string>
<string name="no_categories_selected">לא נבחרו קטגוריות</string>
<string name="no_categories_selected_warning_desc">תמונות ללא קטגוריות בדרך כלל אינן שימושיות. לשלוח ללא בחירת קטגוריות?</string>
<string name="yes_submit">כן, לשלוח</string>
<string name="no_go_back">לא, חזור אחורה</string>
<string name="upload_flow_all_images_in_set">(לכל התמונות בסדרה)</string>
<string name="search_this_area">חיפוש באזור הזה</string>
<string name="nearby_card_permission_title">בקשת הרשאה</string>
<string name="nearby_card_permission_explanation">מקובל עליך שנשתמש במיקום הנוכחי שלך כדי להציג את המקומות בסביבה שדורשים תמונות?</string>
<string name="unable_to_display_nearest_place"> ללא הרשאות מיקום לא ניתן להציג את המקום הקרוב ביותר הזקוק לתמונות</string>
<string name="never_ask_again">לעולם לא לשאול שוב</string>
<string name="display_location_permission_title">הצגת הרשאת מיקום</string>
<string name="display_location_permission_explanation">לבקש הרשאות מיקום לפי הצורך, לשם קבלת התראה על מקומות בסביבה בתצוגת כרטיס.</string>
<string name="achievements_fetch_failed">משהו השתבש, לא הצלחנו לקבל את ההישגים שלך</string>
<string name="achievements_fetch_failed_ultimate_achievement">תרמת כל־כך הרבה שמערכת חישוב ההישגים שלנו לא מתמודדת עם זה. זה ההישג הגדול ביותר.</string>
<string name="ends_on">מסתיים ב־:</string>
<string name="display_campaigns">הצגת מסעי פרסום</string>
<string name="display_campaigns_explanation">ר\' את מסעי פרסום שמתרחשים כרגע</string>
<string name="nearby_campaign_dismiss_message">מסעי הפרסום לא יופיעו עוד. עם זאת, ניתן להפעיל את ההתראות האלה מחדש בהגדרות בהתאם לרצונך.</string>
<string name="this_function_needs_network_connection">תכונה זו דורשת חיבור לרשת, נא לבדוק את הגדרות החיבור שלך.</string>
<string name="bad_token_error_proposed_solution">ההעלאה נכשלה עקב תקלות עם אסימון עריכה. נא לנסות לצאת ולהיכנס שוב.</string>
<string name="error_processing_image">אירעה שגיאה בעת עיבוד התמונה. נא לנסות שוב!</string>
<string name="getting_edit_token">קבלת אסימון לעריכה</string>
<string name="check_category_adding_template">הוספת תבנית לבדיקת קטגוריה</string>
<string name="check_category_notification_title">בקשת בדיקת קטגוריה עבור %1$s</string>
<string name="check_category_edit_summary">בקשת בדיקת קטגוריה</string>
<string name="check_category_success_title">התבקשה בדיקת קטגוריה</string>
<string name="check_category_failure_title">בקשת בדיקת קטגוריה לא עבדה</string>
<string name="check_category_success_message">התבקשה בדיקת קטגוריה עבור %1$s בהצלחה</string>
<string name="check_category_failure_message">בקשת בדיקת הקטגוריה עבור %1$s לא הצליחה</string>
<string name="check_category_toast">מוגשת בקשה לבדיקת קטגוריה עבור %1$s</string>
<string name="nominate_for_deletion_edit_file_page">הוספת הודעת מחיקה לקובץ</string>
<string name="nominate_for_deletion_done">סיום</string>
<string name="nominate_for_deletion_notify_user">יידוע משתמש בדף שיחה</string>
<string name="nominate_for_deletion_edit_deletion_request_log">הוספת קובץ ליומן בקשות מחיקה</string>
<string name="nominate_for_deletion_create_deletion_request">יצירת דף־משנה בבקשות מחיקה</string>
<string name="notsure">לא בטוח</string>
<string name="send_thank_success_title">שליחת תודה: הצלחה</string>
<string name="send_thank_success_message">נשלחה תודה בהצלחה אל %1$s</string>
<string name="send_thank_failure_message">שליחת התודה נכשלה %1$s</string>
<string name="send_thank_failure_title">שליחת תודה: כשל</string>
<string name="send_thank_send">שליחת תודות</string>
<string name="send_thank_notification_title">שליחת תודות</string>
<string name="send_thank_toast">נשלחת תודה עבור %1$s</string>
<string name="review_copyright">האם זה עומד בתנאי זכויות היוצרים?</string>
<string name="review_category">האם הקטגוריה נכונה?</string>
<string name="review_spam">האם זה בתחום?</string>
<string name="review_thanks">ברצונך להודות לתורם?</string>
<string name="review_spam_explanation">נא ללחוץ על \"לא\" כדי להציע את התמונה הזאת למחיקה אם היא בכלל לא שימושית.</string>
<string name="review_copyright_explanation">סמלים, צילומי מסך, כרזות של סרטים, הם לעיתים קרובות הפרות זכויות יוצרים.\nנא ללחוץ \"לא\" כדי להציע את התמונה הזאת למחיקה.</string>
<string name="review_thanks_explanation">ההערכה שלך תעודד את %1$s</string>
<string name="review_no_category">אבוי, זה לא משויך לשום קטגוריה!</string>
<string name="review_category_explanation">התמונה הזאת משויכת ל־%1$s קטגוריות.</string>
<string name="review_spam_report_question">זה פשוט מחוץ לתחום כי ככה</string>
<string name="review_c_violation_report_question">זאת הפרת זכויות יוצרים כי ככה</string>
<string name="review_category_yes_button_text">לא, טעות בקטגוריה</string>
<string name="review_category_no_button_text">נראה בסדר</string>
<string name="review_spam_yes_button_text">לא, אין שום קשר</string>
<string name="review_spam_no_button_text">נראה בסדר</string>
<string name="review_copyright_yes_button_text">לא, הפרת זכויות יוצרים</string>
<string name="review_copyright_no_button_text">נראה בסדר</string>
<string name="review_thanks_yes_button_text">כן, למה לא</string>
<string name="review_thanks_no_button_text">התמונה הבאה</string>
<string name="skip_image_explanation">לחיצה על הכפתור הזה תציג בפניך תמונה נוספת שנוספה לאחרונה לוויקישיתוף</string>
<string name="review_image_explanation">ניתן לסקור את התמונות ולשפר את האיכות של ויקישיתוף.\nארבע יסודות הסקירה הם:\n- האם התמונה קשורה לנושא?\n- האם התמונה תואמת לכללי זכויות היוצרים?\n- האם התמונה נמצאת בקטגוריה הנכונה?\n- אם הכול בסדר, ניתן גם להודות למי שתרם אותה.</string>
<plurals name="receiving_shared_content" fuzzy="true">
<item quantity="one">מתקבל תוכן שיתופי. עיבוד התמונה עשוי לארוך זמן מה כתלות בגודל התמונה והמכשיר שלך</item>
<item quantity="other">מתקבל תוכן שיתופי. עיבוד התמונות עשוי לארוך זמן מה כתלות בגודל התמונות והמכשיר שלך</item>
</plurals>
<string name="no_image">לא נעשה שימוש בתמונות</string>
<string name="no_image_reverted">לא שוחזרו תמונות</string>
<string name="no_image_uploaded">לא הועלו תמונות</string>
<string name="no_notification">אין לך התראות שלא נקראו</string>
<string name="no_read_notification">אין לך התראות שנקראו</string>
<string name="share_logs_using">שיתוף יומנים בעזרת</string>
<string name="menu_option_read">הצגת התראות שנקראו</string>
<string name="menu_option_unread">הצגת התראות שלא נקראו</string>
<string name="error_occurred_in_picking_images">אירעה שגיאה בעת בחירת תמונות</string>
<string name="image_chooser_title">נא לבחור תמונות להעלאה</string>
<string name="please_wait">נא להמתין…</string>
<string name="images_featured_explanation">תמונות מובילות הן תמונות של צלמים ומאיירים מיומנים אותם בחרה קהילת ויקישיתוף בזכות איכות התוצר שהם תורמים לאתר.</string>
<string name="images_via_nearby_explanation">תמונות שהועלו דרך מקומות בסביבה הן התמונות שנשלחות על ידי גילוי מקומות במפה.</string>
<string name="thanks_received_explanation">תכונה זו מאפשרת לעורכים לשלוח מסרי תודה למשתמשים שביצעו עריכות מועילות - על ידי שימוש בקישור תודה בעמוד ההיסטוריה או עמוד ההבדלים.</string>
<string name="previous_image_caption_description">העתקת הכותרת והתיאור הקודמים</string>
<string name="previous_button_tooltip_message">יש ללחוץ כדי להשתמש מחדש בכותרת ובתיאור שהקלדת בתמונה הקודמת ולשנות אותה כדי להתאים לנוכחית</string>
<string name="welcome_do_upload_content_description">דוגמאות של תמונות טובות להעלאה לוויקישיתוף</string>
<string name="welcome_dont_upload_content_description">דוגמאות של תמונות שאין להעלות</string>
<string name="skip_image">דילוג על התמונה הזאת</string>
<string name="download_failed_we_cannot_download_the_file_without_storage_permission">ההורדה נכשלה!! אין לנו אפשרות להוריד את הקובץ ללא הרשאות גישה לאחסון חיצוני.</string>
<string name="manage_exif_tags">ניהול תגיות EXIF</string>
<string name="manage_exif_tags_summary">לבחור אילו תגיות EXIF יישארו בהעלאות</string>
<string name="exif_tag_name_author">יוצר</string>
<string name="exif_tag_name_copyright">זכויות יוצרים</string>
<string name="exif_tag_name_location">מיקום</string>
<string name="exif_tag_name_cameraModel">דגם המצלמה</string>
<string name="exif_tag_name_lensModel">דגם העדשה</string>
<string name="exif_tag_name_serialNumbers">מספרים סידוריים</string>
<string name="exif_tag_name_software">תוכנה</string>
<string name="share_text">כדי להעלות תמונות לוויקינתונים של ויקימדיה ישר מהטלפון שלך. אתם מוזמנים להוריד את היישום של ויקינתונים עכשיו: %1$s</string>
<string name="share_via">שיתוף היישום דרך...</string>
<string name="image_info">פרטי תמונה</string>
<string name="no_categories_found">לא נמצאו קטגוריות</string>
<string name="upload_cancelled">ההעלאה בוטלה</string>
<string name="previous_image_title_description_not_found">אין נתונים עבור הכותרת או התיאור התמונה הקודמת</string>
<string name="dialog_box_text_nomination">למה %1$s צריך להימחק?</string>
<string name="review_is_uploaded_by">%1$s הועלה על ידי: %2$s</string>
<string name="default_description_language">שפת התיאור כבררת מחדל</string>
<string name="delete_helper_make_deletion_toast">מתבצע ניסיון להעמדת %1$s למחיקה</string>
<string name="delete_helper_show_deletion_title">העמדה למחיקה</string>
<string name="delete_helper_show_deletion_title_success">הצלחה</string>
<string name="delete_helper_show_deletion_message_if">הקובץ %1$s הועמד למחיקה.</string>
<string name="delete_helper_show_deletion_title_failed">כשלון</string>
<string name="delete_helper_show_deletion_message_else">לא ניתן לבקש מחיקה</string>
<string name="delete_helper_ask_spam_selfie">סלפי</string>
<string name="delete_helper_ask_spam_blurry">מטושטש</string>
<string name="delete_helper_ask_spam_nonsense">חסר ערך</string>
<string name="delete_helper_ask_spam_other">אחר</string>
<string name="delete_helper_ask_reason_copyright_press_photo">תמונת יח״צ</string>
<string name="delete_helper_ask_reason_copyright_internet_photo">תמונה אקראית מהאינטרנט</string>
<string name="delete_helper_ask_reason_copyright_logo">לוגו</string>
<string name="delete_helper_ask_reason_copyright_other">אחר</string>
<string name="delete_helper_ask_alert_set_positive_button_reason">כיוון שזה</string>
<string name="share_image_via">שיתוף תמונה דרך</string>
<string name="no_achievements_yet">לא תרמת שום דבר עדיין</string>
<string name="account_created">חשבון נוצר!</string>
<string name="text_copy">הטקסט הועתק ללוח</string>
<string name="notification_mark_read">התראה סומנה כנקראה</string>
<string name="some_error">אירעה שגיאה כלשהי!</string>
<string name="place_state">מצב המקום:</string>
<string name="place_state_exists">קיים</string>
<string name="place_state_needs_photo">זקוק לתצלום</string>
<string name="place_type">סוג המקום:</string>
<string name="nearby_search_hint">גשר, מוזאון, מלון, וכו\'.</string>
<string name="you_must_reset_your_passsword">משהו השתבש בכניסה למערכת, עליך לאפס את הססמה שלך!</string>
<string name="upload_nearby_place_found_title">נמצא בקרבת מקום</string>
<string name="upload_nearby_place_found_description">האם זאת תמונה של המקום %1$s?</string>
<string name="title_app_shortcut_explore">לחקור</string>
<string name="title_app_shortcut_bookmark">סימניות</string>
<string name="title_app_shortcut_setting">הגדרות</string>
<string name="remove_bookmark">הוסר מסימניות</string>
<string name="add_bookmark">נוסף לסימניות</string>
<string name="wallpaper_set_unsuccessfully">משהו השתבש. לא היה אפשר להגדיר את הטפט</string>
<string name="setting_wallpaper_dialog_title">להגדיר בתור טפט</string>
<string name="setting_wallpaper_dialog_message">הגדרת טפט. נא להמתין...</string>
<string name="theme_default_name">מערכת מעקב</string>
<string name="theme_dark_name">כהה</string>
<string name="theme_light_name">בהירה</string>
<string name="cannot_open_location_settings">פתיחת הגדרות המיקום נכשלה. נא להפעיל את איתור המיקום ידנית</string>
<string name="recommend_high_accuracy_mode">לתוצאות המיטביות יש להשתמש במצב דיוק גבוה.</string>
<string name="ask_to_turn_location_on">להפעיל מיקום?</string>
<string name="nearby_needs_location">פעולת \"בסביבה\" זקוקה לשירותי מיקומי פועלים כדי לעבוד כמו שצריך</string>
<string name="use_location_from_similar_image">האם צילמת את שתי התמונות באותו המקום? האם ברצונך להשתמש בקו הרוחב וקו האורך של התמונה משמאל?</string>
</resources>