mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
54 lines
2.7 KiB
INI
54 lines
2.7 KiB
INI
clipboard.utils.error=Error
|
|
clipboard.utils.no.columns.or.rows=No columns or rows are in table.
|
|
clipboard.utils.no.selection=No columns or rows are selected.
|
|
inlay.output.export.failure=Export failure
|
|
inlay.output.export.failure.details=Cannot create the requested file
|
|
inlay.output.export.failure.description=Cannot save to the selected destination
|
|
inlay.output.image.export.title=Export Image
|
|
inlay.output.image.export.description=Save image to disk
|
|
|
|
inlay.output.table.notification.group.name=Notebook Table
|
|
inlay.table.copy.all=Copy all
|
|
inlay.table.copy.selected=Copy selected
|
|
inlay.table.export.as.text=Export As
|
|
inlay.table.export.as.csv.description=Exports the selected range or the whole table if nothing is selected as a csv or tsv file.
|
|
inlay.table.export.as.description=Export as csv/tsv.
|
|
inlay.table.export.as.csv.text=Export as tsv
|
|
inlay.table.filter.text=Filter
|
|
inlay.table.filter.description=Filter
|
|
inlay.table.pagination.text=Pagination
|
|
inlay.table.pagination.description=Pagination
|
|
notebook.inlay.run.cell=Run cell
|
|
notebook.inlay.to.see.results=\ to see results.
|
|
paginator.displaying=Displaying {0} to {1} of {2}
|
|
paginator.first.page.text=First
|
|
paginator.first.page.description=Go to first page
|
|
paginator.last.page.description=Go to last page
|
|
paginator.last.page.text=Last
|
|
paginator.label.page=Page
|
|
paginator.next.page.text=Next
|
|
paginator.of=Of {0}
|
|
paginator.previous.page.text=Previous
|
|
paginator.next.page.description=Show next page
|
|
paginator.previous.page.description=Show previous page
|
|
|
|
notebook.tabs.code.title=Code
|
|
graphics.not.available=No graphics available
|
|
graphics.could.not.be.loaded=Graphics couldn't be loaded
|
|
graphics.loading=Loading...
|
|
action.name.output.select.all=Select all
|
|
action.name.table.select.all=Select all
|
|
action.NotebookOutputCollapseSingleInCellAction.text=Collapse Selected Output
|
|
action.NotebookOutputCollapseAllInCellAction.text=Collapse All Cell Outputs
|
|
action.NotebookOutputCollapseAllAction.text=Collapse All Notebook Outputs
|
|
|
|
action.org.intellij.datavis.r.inlays.components.ClearOutputAction.text=Clear
|
|
action.org.intellij.datavis.r.inlays.components.ClearOutputAction.description=Clear output
|
|
action.org.intellij.datavis.r.inlays.components.SaveOutputAction.text=Save As
|
|
action.org.intellij.datavis.r.inlays.components.SaveOutputAction.description=Save as
|
|
action.org.intellij.datavis.r.inlays.components.CopyImageToClipboardAction.text=Copy to Clipboard
|
|
action.org.intellij.datavis.r.inlays.components.CopyImageToClipboardAction.description=Copy image to clipboard
|
|
inlay.action.export.as.txt.title=Export as txt
|
|
inlay.action.export.as.txt.description=Export console content to text file
|
|
inlay.action.exports.range.csv.description=Exports the selected range or whole table if nothing is selected as csv or tsv file
|