Changed single obs uploading status to Uploading 1 observation

This commit is contained in:
Ken-ichi Ueda
2024-05-08 16:58:32 -07:00
parent e19221ddf0
commit 8ff3e328b3
4 changed files with 8 additions and 8 deletions

View File

@@ -1568,4 +1568,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: eebd76aa39f99b44754431ed68ce0cfbfc5ec2f7
COCOAPODS: 1.14.3
COCOAPODS: 1.15.2

View File

@@ -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

View File

@@ -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": {

View File

@@ -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