-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d2edbc
commit 2d5a485
Showing
4 changed files
with
49 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
OC.L10N.register( | ||
"cidgravitygateway", | ||
{ | ||
"CIDgravity" : "CIDgravity", | ||
"Choose an IPFS gateway to use for links" : "Choose an IPFS gateway to use for links", | ||
"Directory metadata" : "Directory metadata", | ||
"File metadata" : "File metadata", | ||
"Something wrong while loading metadata" : "Something wrong while loading metadata", | ||
"Choose an IPFS gateway to use" : "Choose an IPFS gateway to use", | ||
"Type your custom IPFS gateway link, ending with /ipfs" : "Type your custom IPFS gateway link, ending with /ipfs", | ||
"Click to open the IPFS link" : "Click to open the IPFS link", | ||
"Copy public link" : "Copy public link", | ||
"CID" : "CID", | ||
"Copy file CID" : "Copy CID", | ||
"Not on an external storage" : "Not on an external storage", | ||
"Not on an CIDgravity storage" : "Not on an CIDgravity storage", | ||
"This {contentType} is not on an external storage. To display metadata, you must browse files on external storage" : "This {contentType} is not on an external storage. To display metadata, you must browse files on external storage", | ||
"This {contentType} is not on an CIDgravity storage type. To display metadata, you must browse files on external storage" : "This {contentType} is not on an CIDgravity storage type. To display metadata, you must browse files on external storage", | ||
"CID copied" : "CID copied", | ||
"Unable to copy the file CID" : "Unable to copy the CID", | ||
"Public link copied" : "Public link copied", | ||
"Unable to copy the public link" : "Unable to copy the public link" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); | ||
"CIDgravity": "CIDgravity", | ||
"Select an IPFS gateway": "Select an IPFS gateway", | ||
"Directory metadata": "Directory metadata", | ||
"File metadata": "File metadata", | ||
"Something went wrong while loading metadata": "Something went wrong while loading metadata", | ||
"Click to open": "Click to open", | ||
"IPFS public link": "IPFS public link", | ||
"Copy link": "Copy link", | ||
"CID": "CID", | ||
"Copy CID": "Copy CID", | ||
"Not metadata available": "Not metadata available", | ||
"This {contentType} is not located on a CIDgravity external storage.": "This {contentType} is not located on a CIDgravity external storage.", | ||
"CID copied": "CID copied", | ||
"Unable to copy the CID": "Unable to copy the CID", | ||
"Public link copied": "Public link copied", | ||
"Unable to copy the public link": "Unable to copy the public link" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ "translations": { | ||
"CIDgravity" : "CIDgravity", | ||
"Something wrong while loading metadata" : "Something wrong while loading metadata", | ||
"Choose an IPFS gateway to use" : "Choose an IPFS gateway to use", | ||
"Type your IPFS gateway link, ending with /ipfs" : "Type your IPFS gateway link, ending with /ipfs", | ||
"Click to open the IPFS link" : "Click to open the IPFS link", | ||
"Copy public link" : "Copy public link", | ||
"File CID" : "File CID", | ||
"Copy file CID" : "Copy file CID", | ||
"Not on an external storage" : "Not on an external storage", | ||
"Not on an CIDgravity storage" : "Not on an CIDgravity storage", | ||
"This {contentType} is not on an external storage. To display metadata, you must browse files on external storage" : "This {contentType} is not on an external storage. To display metadata, you must browse files on external storage", | ||
"This {contentType} is not on an CIDgravity storage type. To display metadata, you must browse files on external storage" : "This {contentType} is not on an CIDgravity storage type. To display metadata, you must browse files on external storage", | ||
"CID copied" : "CID copied", | ||
"Unable to copy the file CID" : "Unable to copy the file CID", | ||
"Public link copied" : "Public link copied", | ||
"Unable to copy the public link" : "Unable to copy the public link" | ||
"CIDgravity": "CIDgravity", | ||
"Select an IPFS gateway": "Select an IPFS gateway", | ||
"Directory metadata": "Directory metadata", | ||
"File metadata": "File metadata", | ||
"Something went wrong while loading metadata": "Something went wrong while loading metadata", | ||
"Click to open": "Click to open", | ||
"IPFS public link": "IPFS public link", | ||
"Copy link": "Copy link", | ||
"CID": "CID", | ||
"Copy CID": "Copy CID", | ||
"Not metadata available": "Not metadata available", | ||
"This {contentType} is not located on a CIDgravity external storage.": "This {contentType} is not located on a CIDgravity external storage.", | ||
"CID copied": "CID copied", | ||
"Unable to copy the file CID": "Unable to copy the CID", | ||
"Public link copied": "Public link copied", | ||
"Unable to copy the public link": "Unable to copy the public link" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters