mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-22 14:38:49 -04:00
Changed single obs uploading status to Uploading 1 observation
This commit is contained in:
@@ -1568,4 +1568,4 @@ SPEC CHECKSUMS:
|
||||
|
||||
PODFILE CHECKSUM: eebd76aa39f99b44754431ed68ce0cfbfc5ec2f7
|
||||
|
||||
COCOAPODS: 1.14.3
|
||||
COCOAPODS: 1.15.2
|
||||
|
||||
@@ -954,9 +954,9 @@ Uploaded-via-application = Uploaded via: { $application }
|
||||
Uploading-x-of-y = Uploading { $currentUploadCount } of { $total }
|
||||
# Shows the number of observations a user is currently uploading out of total on my observations page
|
||||
Uploading-x-of-y-observations =
|
||||
Uploading { $currentUploadCount } of { $total ->
|
||||
[one] 1 observation
|
||||
*[other] { $total } observations
|
||||
{ $total ->
|
||||
[one] Uploading { $currentUploadCount } observation
|
||||
*[other] Uploading { $currentUploadCount } of { $total } observations
|
||||
}
|
||||
Use-iNaturalists-AI-Camera = Use iNaturalist's AI Camera to identify organisms in real-time
|
||||
# Text for a button prompting the user to grant access to location
|
||||
|
||||
@@ -1288,7 +1288,7 @@
|
||||
},
|
||||
"Uploading-x-of-y-observations": {
|
||||
"comment": "Shows the number of observations a user is currently uploading out of total on my observations page",
|
||||
"val": "Uploading { $currentUploadCount } of { $total ->\n [one] 1 observation\n *[other] { $total } observations\n}"
|
||||
"val": "{ $total ->\n [one] Uploading { $currentUploadCount } observation\n *[other] Uploading { $currentUploadCount } of { $total } observations\n}"
|
||||
},
|
||||
"Use-iNaturalists-AI-Camera": "Use iNaturalist's AI Camera to identify organisms in real-time",
|
||||
"USE-LOCATION": {
|
||||
|
||||
@@ -954,9 +954,9 @@ Uploaded-via-application = Uploaded via: { $application }
|
||||
Uploading-x-of-y = Uploading { $currentUploadCount } of { $total }
|
||||
# Shows the number of observations a user is currently uploading out of total on my observations page
|
||||
Uploading-x-of-y-observations =
|
||||
Uploading { $currentUploadCount } of { $total ->
|
||||
[one] 1 observation
|
||||
*[other] { $total } observations
|
||||
{ $total ->
|
||||
[one] Uploading { $currentUploadCount } observation
|
||||
*[other] Uploading { $currentUploadCount } of { $total } observations
|
||||
}
|
||||
Use-iNaturalists-AI-Camera = Use iNaturalist's AI Camera to identify organisms in real-time
|
||||
# Text for a button prompting the user to grant access to location
|
||||
|
||||
Reference in New Issue
Block a user